From 97ac81431c508194cd14586fa96d68259a79efe1 Mon Sep 17 00:00:00 2001 From: Jonathan Prykop Date: Sat, 19 Dec 2015 00:55:57 -0600 Subject: [PATCH] RT#39201 Quotation Descriptions [added comments] --- httemplate/edit/quick-charge.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/httemplate/edit/quick-charge.html b/httemplate/edit/quick-charge.html index 4d87fab28..14c3f51e6 100644 --- a/httemplate/edit/quick-charge.html +++ b/httemplate/edit/quick-charge.html @@ -328,6 +328,8 @@ function bill_now_changed (what) { % my $row = 0; +% # quotation details are handled by quotation_pkg_detail records, added via link from view/quotation.html +% # the details below get attached to the part_pkg record, and there's no way to edit that from quotations % unless ($quotationnum) { -- 2.11.0