Authored by xuqi

print price value

... ... @@ -248,7 +248,7 @@ $('.print-price-radio').check({
group: 'print-price',
onChange: function(el, checked, value) {
if (checked) {
$printPrice.isPrintPrice = value === 1 ? 'Y' : 'N';
$printPrice.printPrice = value === 1 ? 'Y' : 'N';
}
}
});
... ...