Merge pull request #28415 from zzap/patch-3
Make City and Postcode mandatory fields for Serbia
This commit is contained in:
commit
076d0b7373
|
@ -1230,10 +1230,10 @@ class WC_Countries {
|
||||||
),
|
),
|
||||||
'RS' => array(
|
'RS' => array(
|
||||||
'city' => array(
|
'city' => array(
|
||||||
'required' => false,
|
'required' => true,
|
||||||
),
|
),
|
||||||
'postcode' => array(
|
'postcode' => array(
|
||||||
'required' => false,
|
'required' => true,
|
||||||
),
|
),
|
||||||
'state' => array(
|
'state' => array(
|
||||||
'label' => __( 'District', 'woocommerce' ),
|
'label' => __( 'District', 'woocommerce' ),
|
||||||
|
|
Loading…
Reference in New Issue