summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2013-07-06 17:30:55 -0700
committerMark Wells <mark@freeside.biz>2013-07-06 17:30:55 -0700
commit8297a6375be5e9f0fed712745d15ef0b4907da00 (patch)
tree311e6366cec104726ed01a980742e12a6a823d77
parent8240403713de07e6b9c1d8a645838791e80823b7 (diff)
minor UI fix
-rw-r--r--httemplate/elements/tr-select-cust-part_pkg.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/elements/tr-select-cust-part_pkg.html b/httemplate/elements/tr-select-cust-part_pkg.html
index b9dc5a75a..c9c50d27e 100644
--- a/httemplate/elements/tr-select-cust-part_pkg.html
+++ b/httemplate/elements/tr-select-cust-part_pkg.html
@@ -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;
}