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:
HenriT
2021-04-22 16:04:49 +03:00
parent 4bbb6a6ab2
commit f0dec10854
6 changed files with 62 additions and 10 deletions

View File

@ -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"
}
}

View File

@ -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"
}
}