diff options
author | levinse <levinse> | 2011-04-22 23:17:39 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-04-22 23:17:39 +0000 |
commit | dad39ad50ddc5cbb549a0207262d94a4886d5fec (patch) | |
tree | cca5a44660eb621140d192174ba7ff9457a2da32 /httemplate/edit/did_order.html | |
parent | 9d354e2a0b212a3459d93f3698f26e200577f289 (diff) |
bulk DID orders/inventory improvements, RT11291
Diffstat (limited to 'httemplate/edit/did_order.html')
-rw-r--r-- | httemplate/edit/did_order.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/did_order.html b/httemplate/edit/did_order.html index cbd33007d..5837d438c 100644 --- a/httemplate/edit/did_order.html +++ b/httemplate/edit/did_order.html @@ -44,6 +44,7 @@ 'name' => 'Bulk DID Order', 'field_callback' => $field_callback, 'html_bottom' => $javascript, + 'body_etc' => 'onLoad="stockcust_changed()"', ) %> <%init> @@ -109,7 +110,6 @@ my $javascript = <<END; custnum_select.disabled = false; } custnum.value = ''; - custnum_search.value = ''; } /* o2m or something else is broken, can't put this in the actual |