[freeside-commits] branch FREESIDE_2_3_BRANCH updated. ddcb4b190e77cb39dee3ba519c52f301e75394d6

Mark Wells mark at 420.am
Fri Mar 22 00:40:00 PDT 2013


The branch, FREESIDE_2_3_BRANCH has been updated
       via  ddcb4b190e77cb39dee3ba519c52f301e75394d6 (commit)
      from  2b70047f6dc5d21a339b08f48152ebf8b39ab69c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ddcb4b190e77cb39dee3ba519c52f301e75394d6
Author: Mark Wells <mark at freeside.biz>
Date:   Fri Mar 22 00:39:18 2013 -0700

    fix blanking of ship_ fields, #21327

diff --git a/httemplate/edit/cust_main/top_misc.html b/httemplate/edit/cust_main/top_misc.html
index 6306000..9a9ad88 100644
--- a/httemplate/edit/cust_main/top_misc.html
+++ b/httemplate/edit/cust_main/top_misc.html
@@ -27,9 +27,6 @@ function agent_changed(what) {
   } else {
     for(var i=0; i<ship_fields.length; i++) {
       x = ship_fields[i];
-      if ( f['ship_'+x].disabled ) {
-        f['ship_'+x].value = '';
-      }
       f['ship_'+x].disabled = false;
     }
     f['same'].disabled = false;

-----------------------------------------------------------------------

Summary of changes:
 httemplate/edit/cust_main/top_misc.html |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)




More information about the freeside-commits mailing list