Add VAT number handling in order processing and invoice templates
This commit is contained in:
@@ -844,7 +844,6 @@ $shipping_zip = 'Zip';
|
||||
$shipping_country = 'Country';
|
||||
$shipping_phone = 'Phone';
|
||||
$payment_method = 'Payment Method';
|
||||
$payment_method_1 = 'Debit (NL/BE customers)';
|
||||
$payment_method_2 = 'Pay on delivery';
|
||||
$h2_shoppingcart = 'Shopping Cart';
|
||||
$discount_label = 'Discount Code';
|
||||
@@ -991,7 +990,7 @@ $payment_status_101 = 'Pending';
|
||||
$payment_status_102 = 'Failed';
|
||||
$payment_status_103 = 'Expired';
|
||||
$payment_status_999 = 'Cancelled';
|
||||
$payment_method_3 = 'Debit/Credit';
|
||||
$payment_method_1 = 'Debit/Credit';
|
||||
$contract_billing4 = ' Onetime upfront';
|
||||
$message_build = ' Please login again';
|
||||
$username_enter = 'Please enter username';
|
||||
|
||||
Reference in New Issue
Block a user