Skip to content

Commit d038313

Browse files
committed
fix: riferimenti in registrazione contabile da bulk
1 parent 5b851cc commit d038313

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/primanota/add.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
'_LIST_' => implode(', ', $numeri_fatture),
217217
]);
218218
} else {
219-
$descrizione = $is_ultimo_importo_avere ? tr('Inc. fatture num. _LIST_') : tr('Pag. fatture _NAME_ num. _LIST_');
219+
$descrizione = $is_ultimo_importo_avere ? tr('Inc. fatture num. _LIST_') : tr('Pag. fatture num. _LIST_');
220220
$descrizione = replace($descrizione, [
221221
'_LIST_' => implode(', ', $numeri_fatture),
222222
]);

0 commit comments

Comments
 (0)