Showing
1 changed file
with
1 additions
and
1 deletions
@@ -248,7 +248,7 @@ $('.print-price-radio').check({ | @@ -248,7 +248,7 @@ $('.print-price-radio').check({ | ||
248 | group: 'print-price', | 248 | group: 'print-price', |
249 | onChange: function(el, checked, value) { | 249 | onChange: function(el, checked, value) { |
250 | if (checked) { | 250 | if (checked) { |
251 | - $printPrice.isPrintPrice = value === 1 ? 'Y' : 'N'; | 251 | + $printPrice.printPrice = value === 1 ? 'Y' : 'N'; |
252 | } | 252 | } |
253 | } | 253 | } |
254 | }); | 254 | }); |
-
Please register or login to post a comment