Fix #1294
This commit is contained in:
parent
f89c065435
commit
29ebe033a3
|
@ -339,6 +339,7 @@ switch (post('op')) {
|
|||
// Duplicazione fattura
|
||||
case 'copy':
|
||||
$new = $fattura->replicate();
|
||||
$new->id_autofattura = null;
|
||||
$new->save();
|
||||
|
||||
$id_record = $new->id;
|
||||
|
|
Loading…
Reference in New Issue