diff options
| author | levinse <levinse> | 2011-04-22 23:17:40 +0000 |
|---|---|---|
| committer | levinse <levinse> | 2011-04-22 23:17:40 +0000 |
| commit | c100b2bd8c2be06879ca5b8e5217efd80b8dce63 (patch) | |
| tree | 96683317d0539d826a44a2311d6ad21194793da7 /httemplate/edit | |
| parent | a149a3e06de92d5be5baf0029414f01d7b35ab71 (diff) | |
bulk DID orders/inventory improvements, RT11291
Diffstat (limited to 'httemplate/edit')
| -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 |
