1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-23 20:30:51 +01:00
This commit is contained in:
Pek5892 2023-05-29 10:53:08 +02:00
parent f89c065435
commit 29ebe033a3

View File

@ -339,6 +339,7 @@ switch (post('op')) {
// Duplicazione fattura
case 'copy':
$new = $fattura->replicate();
$new->id_autofattura = null;
$new->save();
$id_record = $new->id;