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

index b9dc5a7..c9c50d2 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;
     }