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:59:00 -0600 |
commit | b2394238aa56b29ede1f7f46c023ac580e32d758 (patch) | |
tree | ebe5e2d177a9e2ba25d8b921764a5a0732878f8f | |
parent | 8f002272a3e5dab09c0df7ef5bad6dc712a4c0ad (diff) |
RT#39201 Quotation Descriptions [added comments]
-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> |