diff options
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 |