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:
parent
b5d83552f2
commit
63880cb3a6
@ -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'];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user