1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-03 01:08:08 +01:00

Fix fatturazione attività da bulk

This commit is contained in:
MatteoPistorello 2022-04-07 17:26:23 +02:00
parent 8cca1ebaff
commit 884c36b4eb

View File

@ -78,6 +78,7 @@ switch (post('op')) {
case 'crea_fattura':
$id_documento_cliente = [];
$fatturati = [];
$n_interventi = 0;
$data = date('Y-m-d');