diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2015-12-19 00:55:57 -0600 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2015-12-19 00:55:57 -0600 |
commit | 97ac81431c508194cd14586fa96d68259a79efe1 (patch) | |
tree | b857ffb179b4a8fe65a58567eb326ee094ff0538 /httemplate | |
parent | 47ac2424ffb654df0def63cc805a87bafb6376bd (diff) |
RT#39201 Quotation Descriptions [added comments]
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/edit/quick-charge.html | 2 |
1 files changed, 2 insertions, 0 deletions
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) { </TR> % 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) { <TR> <TD></TD> |