Ability to delete non-exported payment IO-559
This commit is contained in:
@@ -112,7 +112,8 @@
|
||||
"return": "Return Items"
|
||||
},
|
||||
"errors": {
|
||||
"creating": "Error adding bill.",
|
||||
"creating": "Error adding bill. {{error}}",
|
||||
"deleting": "Error deleting bill. {{error}}",
|
||||
"exporting": "Error exporting payable(s). {{error}}",
|
||||
"exporting-partner": "Unable to connect to ImEX Partner. Please ensure it is running and logged in.",
|
||||
"invalidro": "Not a valid RO.",
|
||||
@@ -154,7 +155,8 @@
|
||||
"subtotal": "Subtotal"
|
||||
},
|
||||
"successes": {
|
||||
"created": "Invoice added successfully."
|
||||
"created": "Invoice added successfully.",
|
||||
"deleted": "Bill deleted successfully."
|
||||
},
|
||||
"validation": {
|
||||
"unique_invoice_number": "This invoice number has already been entered for this vendor."
|
||||
|
||||
@@ -113,6 +113,7 @@
|
||||
},
|
||||
"errors": {
|
||||
"creating": "",
|
||||
"deleting": "",
|
||||
"exporting": "",
|
||||
"exporting-partner": "",
|
||||
"invalidro": "",
|
||||
@@ -154,7 +155,8 @@
|
||||
"subtotal": ""
|
||||
},
|
||||
"successes": {
|
||||
"created": ""
|
||||
"created": "",
|
||||
"deleted": ""
|
||||
},
|
||||
"validation": {
|
||||
"unique_invoice_number": ""
|
||||
|
||||
@@ -113,6 +113,7 @@
|
||||
},
|
||||
"errors": {
|
||||
"creating": "",
|
||||
"deleting": "",
|
||||
"exporting": "",
|
||||
"exporting-partner": "",
|
||||
"invalidro": "",
|
||||
@@ -154,7 +155,8 @@
|
||||
"subtotal": ""
|
||||
},
|
||||
"successes": {
|
||||
"created": ""
|
||||
"created": "",
|
||||
"deleted": ""
|
||||
},
|
||||
"validation": {
|
||||
"unique_invoice_number": ""
|
||||
|
||||
Reference in New Issue
Block a user