mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-29 23:14:55 +01:00
Merge branch 'master' of https://github.com/devcode-it/openstamanager
This commit is contained in:
commit
d5025d02ee
@ -328,11 +328,13 @@ class CSV extends CSVImporter
|
||||
$id_sede = $sede->id;
|
||||
}
|
||||
|
||||
$qta_movimento = $qta_registrata - $giacenze[$id_sede][0];
|
||||
if( isset($record['qta']) ) {
|
||||
$qta_movimento = $qta_registrata - $giacenze[$id_sede][0];
|
||||
|
||||
$articolo->movimenta($qta_movimento, tr('Movimento da importazione'), new Carbon(), false, [
|
||||
'idsede' => $id_sede,
|
||||
]);
|
||||
$articolo->movimenta($qta_movimento, tr('Movimento da importazione'), new Carbon(), false, [
|
||||
'idsede' => $id_sede,
|
||||
]);
|
||||
}
|
||||
|
||||
//Gestione immagine
|
||||
if (!empty($url)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user