mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-29 09:11:11 +01:00
Fix set stato in fase di creazione nota di credito
This commit is contained in:
parent
2a9472c428
commit
f4c14a9fe7
@ -835,6 +835,10 @@ switch (post('op')) {
|
||||
}
|
||||
}
|
||||
|
||||
$stato = Stato::find(post('id_stato'));
|
||||
$nota->stato()->associate($stato);
|
||||
$nota->save();
|
||||
|
||||
$id_record = $nota->id;
|
||||
aggiorna_sedi_movimenti('documenti', $id_record);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user