Skip to content

Commit 8ea832a

Browse files
committed
JS: add variable declaration.
1 parent dcabcaf commit 8ea832a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

js/public_price_set_form.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ CRM.percentagepricesetfield = {
9393
// *without* taxes.
9494
baseTotal = 0;
9595
var lineRawTotal;
96+
var lineAmount;
9697
cj("#priceset [price]").each(function () {
9798
lineRawTotal = cj(this).data('line_raw_total');
9899
if (lineRawTotal) {

0 commit comments

Comments
 (0)