1 parent dcabcaf commit 8ea832aCopy full SHA for 8ea832a
1 file changed
js/public_price_set_form.js
@@ -93,6 +93,7 @@ CRM.percentagepricesetfield = {
93
// *without* taxes.
94
baseTotal = 0;
95
var lineRawTotal;
96
+ var lineAmount;
97
cj("#priceset [price]").each(function () {
98
lineRawTotal = cj(this).data('line_raw_total');
99
if (lineRawTotal) {
0 commit comments