From: Mark Wells Date: Sun, 7 Jul 2013 00:21:13 +0000 (-0700) Subject: minor UI fix X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=4c57ddecfa1f8582d0624f940214a107d993289f;p=freeside.git minor UI fix --- 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; }