mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-03 01:08:08 +01:00
Fix #1294
This commit is contained in:
parent
f89c065435
commit
29ebe033a3
@ -339,6 +339,7 @@ switch (post('op')) {
|
|||||||
// Duplicazione fattura
|
// Duplicazione fattura
|
||||||
case 'copy':
|
case 'copy':
|
||||||
$new = $fattura->replicate();
|
$new = $fattura->replicate();
|
||||||
|
$new->id_autofattura = null;
|
||||||
$new->save();
|
$new->save();
|
||||||
|
|
||||||
$id_record = $new->id;
|
$id_record = $new->id;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user