[freeside-commits] freeside/httemplate/edit did_order.html, 1.6, 1.7

Erik Levinson levinse at wavetail.420.am
Tue Jun 7 22:37:41 PDT 2011


Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv9780/httemplate/edit

Modified Files:
	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.6
retrieving revision 1.7
diff -u -w -d -r1.6 -r1.7
--- did_order.html	22 Apr 2011 23:17:39 -0000	1.6
+++ did_order.html	8 Jun 2011 05:37:39 -0000	1.7
@@ -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