[freeside-commits] freeside/httemplate/edit did_order.html, 1.1.2.7, 1.1.2.8
Erik Levinson
levinse at wavetail.420.am
Tue Jun 7 22:37:42 PDT 2011
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv9785/httemplate/edit
Modified Files:
Tag: FREESIDE_2_1_BRANCH
did_order.html
Log Message:
DID inventory/import / bulk DID orders - phase 2, RT12754
Index: did_order.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/did_order.html,v
retrieving revision 1.1.2.7
retrieving revision 1.1.2.8
diff -u -w -d -r1.1.2.7 -r1.1.2.8
--- did_order.html 22 Apr 2011 23:17:40 -0000 1.1.2.7
+++ did_order.html 8 Jun 2011 05:37:40 -0000 1.1.2.8
@@ -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 @@
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
More information about the freeside-commits
mailing list