Merge pull request #4219 from BFTrick/remove-bolivia-postcode

Removing Postcode for Bolivia
This commit is contained in:
Mike Jolley 2013-11-26 14:20:13 -08:00
commit 0cb36fd1e7
1 changed files with 6 additions and 0 deletions

View File

@ -813,6 +813,12 @@ class WC_Countries {
'required' => false,
),
),
'BO' => array(
'postcode' => array(
'required' => false,
'hidden' => true
),
),
'CA' => array(
'state' => array(
'label' => __( 'Province', 'woocommerce' ),