diff options
| author | levinse <levinse> | 2011-06-08 05:38:56 +0000 |
|---|---|---|
| committer | levinse <levinse> | 2011-06-08 05:38:56 +0000 |
| commit | 09626339e4c85ad193e1a9da2b20af125f887243 (patch) | |
| tree | 33b6705547579a0ff55fb4af8c170767e9304277 /httemplate/edit/did_order.html | |
| parent | 0bdbb5e86c5855a07d658c78ce93b5ba6fe50f57 (diff) | |
DID inventory/import / bulk DID orders - phase 2, RT12754
Diffstat (limited to 'httemplate/edit/did_order.html')
| -rw-r--r-- | httemplate/edit/did_order.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/httemplate/edit/did_order.html b/httemplate/edit/did_order.html index 5837d438c..6912117de 100644 --- a/httemplate/edit/did_order.html +++ b/httemplate/edit/did_order.html @@ -12,6 +12,12 @@ { field => 'confirmed', type => 'hidden', }, + { field => 'received', + type => 'hidden', + }, + { field => 'submitted', + type => 'hidden', + }, { field => 'stock_or_customer', type => 'radio', options => [ 'Stock', 'Customer', ], @@ -104,12 +110,12 @@ my $javascript = <<END; if ( f.stock_or_customer_Stock.checked ) { custnum_search.disabled = true; custnum_select.disabled = true; + custnum.value = ''; } else if ( f.stock_or_customer_Customer.checked ) { custnum_search.disabled = false; custnum_select.disabled = false; } - custnum.value = ''; } /* o2m or something else is broken, can't put this in the actual |
