minor UI fix
authorMark Wells <mark@freeside.biz>
Sun, 7 Jul 2013 00:31:27 +0000 (17:31 -0700)
committerMark Wells <mark@freeside.biz>
Sun, 7 Jul 2013 00:31:27 +0000 (17:31 -0700)
httemplate/elements/tr-select-cust-part_pkg.html

index af66fc3..300a775 100644 (file)
@@ -11,7 +11,7 @@
       var optionName = new Option(text, value, false, false);
       optionName.setAttribute('data-can_discount',   can_discount);
       optionName.setAttribute('data-can_start_date', can_start_date);
-      optionName.setAttribute('data-start_date',     start_date);
+      optionName.setAttribute('data-start_date',     start_date || '');
       var length = what.length;
       what.options[length] = optionName;
     }