Merge pull request #4219 from BFTrick/remove-bolivia-postcode
Removing Postcode for Bolivia
This commit is contained in:
commit
0cb36fd1e7
|
@ -813,6 +813,12 @@ class WC_Countries {
|
||||||
'required' => false,
|
'required' => false,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
'BO' => array(
|
||||||
|
'postcode' => array(
|
||||||
|
'required' => false,
|
||||||
|
'hidden' => true
|
||||||
|
),
|
||||||
|
),
|
||||||
'CA' => array(
|
'CA' => array(
|
||||||
'state' => array(
|
'state' => array(
|
||||||
'label' => __( 'Province', 'woocommerce' ),
|
'label' => __( 'Province', 'woocommerce' ),
|
||||||
|
|
Loading…
Reference in New Issue