Authored by xuqi

print price value

@@ -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 });