We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b851cc commit d038313Copy full SHA for d038313
1 file changed
modules/primanota/add.php
@@ -216,7 +216,7 @@
216
'_LIST_' => implode(', ', $numeri_fatture),
217
]);
218
} else {
219
- $descrizione = $is_ultimo_importo_avere ? tr('Inc. fatture num. _LIST_') : tr('Pag. fatture _NAME_ num. _LIST_');
+ $descrizione = $is_ultimo_importo_avere ? tr('Inc. fatture num. _LIST_') : tr('Pag. fatture num. _LIST_');
220
$descrizione = replace($descrizione, [
221
222
0 commit comments