From faf15af4846cb0e5b5e6e75b6f17cc3b60e43b19 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 14 Dec 2016 09:37:02 -0800 Subject: [PATCH] add double-click prevention to discount popup/form, RT#73799 --- httemplate/edit/cust_pkg_discount.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/httemplate/edit/cust_pkg_discount.html b/httemplate/edit/cust_pkg_discount.html index e814c96c5..e65c613a0 100755 --- a/httemplate/edit/cust_pkg_discount.html +++ b/httemplate/edit/cust_pkg_discount.html @@ -14,13 +14,17 @@ <% include('/elements/error.html') %> -
+ <% ntable('#cccccc') %> - Current package  + Package  <% $curuser->option('show_pkgnum') ? $cust_pkg->pkgnum.': ' : '' %><% $part_pkg->pkg |h %> - <% $part_pkg->comment |h %> -- 2.11.0