Improve UX for invoice template management (#4121)

change translations and to explain that calculator actually group items by fields
This commit is contained in:
Kevin Papst
2023-06-21 08:17:54 +02:00
committed by GitHub
parent 983bf2c88b
commit dd89363c72
33 changed files with 889 additions and 324 deletions

View File

@@ -36,6 +36,7 @@ final class InvoiceCalculatorType extends AbstractType
'choice_label' => function ($renderer) {
return $renderer;
},
'help' => 'invoice_calculator.help',
'translation_domain' => 'invoice-calculator',
]);
}