Merge pull request #7095 from bryceadams/patch-7094

Shows VN postcode field and moves before city
This commit is contained in:
Claudio Sanches 2015-01-13 09:16:09 -02:00
commit 1bddcf16aa
1 changed files with 2 additions and 1 deletions

View File

@ -865,12 +865,13 @@ class WC_Countries {
)
),
'VN' => array(
'postcode_before_city' => true,
'state' => array(
'required' => false
),
'postcode' => array(
'required' => false,
'hidden' => true
'hidden' => false
),
'address_2' => array(
'required' => false,