1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-27 06:04:54 +01:00

Update import.php

This commit is contained in:
Luca 2018-11-20 18:18:22 +01:00
parent b5d83552f2
commit 63880cb3a6

View File

@ -44,7 +44,7 @@ switch (post('op')) {
if (!empty($data[$key]['peso_lordo'])) {
$data[$key]['peso_lordo'] = $data[$key]['peso_lordo'];
}
if (!empty($data[$key]['peso_lordo'])) {
if (!empty($data[$key]['volume'])) {
$data[$key]['volume'] = $data[$key]['volume'];
}