mirror of
https://github.com/mokuappio/serverless-invoices.git
synced 2025-10-27 07:51:08 -04:00
Only add taxes that have labels to invoice rows. Be able to overwrite invoice row taxes when changing taxes on team.
This commit is contained in:
@ -26,5 +26,11 @@
|
||||
"company_city": "City",
|
||||
"company_county": "County/State",
|
||||
"company_country": "Country"
|
||||
},
|
||||
"tax_modal": {
|
||||
"title": "Overwrite taxes for current invoice rows?",
|
||||
"ok_title": "Overwrite",
|
||||
"cancel_title": "Dismiss",
|
||||
"taxes_updated": "Taxes updated"
|
||||
}
|
||||
}
|
||||
|
||||
@ -26,5 +26,11 @@
|
||||
"company_city": "Linn",
|
||||
"company_county": "Maakond",
|
||||
"company_country": "Riik"
|
||||
},
|
||||
"tax_modal": {
|
||||
"title": "Kirjuta antud arve ridade maksud üle?",
|
||||
"ok_title": "Kirjuta üle",
|
||||
"cancel_title": "Sulge",
|
||||
"taxes_updated": "Maksud uuendatud"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user