From 4171510c39ab0b7fb42107144966ede716c3aff6 Mon Sep 17 00:00:00 2001 From: MatteoPistorello Date: Fri, 11 Jun 2021 10:24:13 +0200 Subject: [PATCH] Bug creazione fattura da bulk ddt --- modules/ddt/bulk.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/ddt/bulk.php b/modules/ddt/bulk.php index c81a43610..c6e5f3f33 100755 --- a/modules/ddt/bulk.php +++ b/modules/ddt/bulk.php @@ -112,6 +112,8 @@ switch (post('op')) { if ($copia->isArticolo()) { $copia->serials = $riga->serials; } + + $copia->save(); } } }