mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Added initial country support for Canada
This commit is contained in:
@@ -88,6 +88,7 @@
|
||||
$vendor_name = $row['vendor_name'];
|
||||
$vendor_description = $row['vendor_description'];
|
||||
$vendor_account_number = $row['vendor_account_number'];
|
||||
$vendor_country = $row['vendor_country'];
|
||||
$vendor_address = $row['vendor_address'];
|
||||
$vendor_city = $row['vendor_city'];
|
||||
$vendor_state = $row['vendor_state'];
|
||||
|
||||
Reference in New Issue
Block a user