Change default weight unit for US to oz
This commit is contained in:
parent
d048e4d355
commit
32eef078ca
|
@ -524,7 +524,7 @@ return array(
|
|||
'thousand_sep' => ',',
|
||||
'decimal_sep' => '.',
|
||||
'num_decimals' => 2,
|
||||
'weight_unit' => 'lbs',
|
||||
'weight_unit' => 'oz',
|
||||
'dimension_unit' => 'in',
|
||||
'tax_rates' => array(
|
||||
'AL' => array(
|
||||
|
|
Loading…
Reference in New Issue