Shows VN postcode field and moves before city

Closes #7094
This commit is contained in:
Bryce 2015-01-13 10:18:48 +07:00
parent 20470db763
commit f3328ac601
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,