From 6f9ae7ebfe0fa3822f39d450b28a02c693f597ab Mon Sep 17 00:00:00 2001 From: Peter Papp Date: Wed, 19 May 2021 15:30:36 +0200 Subject: [PATCH] - added new invoice strings --- config/custom-language-translations.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/custom-language-translations.php b/config/custom-language-translations.php index bc2ce2c7..a111ed56 100644 --- a/config/custom-language-translations.php +++ b/config/custom-language-translations.php @@ -291,4 +291,7 @@ return [ 'in.button_sorting' => 'Sorting', 'in.billing_info' => 'Billing Information', + + 'in.doc.revers_charge' => 'Revers Charge', + 'in.doc.tax_transfer_liability' => 'Transfer of tax liability', ];