fix bad test in delivery card
This commit is contained in:
parent
50a4d54d8a
commit
41c07b9b43
@ -570,7 +570,7 @@ else
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Other attributes
|
// Other attributes
|
||||||
if ($action = 'create_delivery') {
|
if ($action == 'create_delivery') {
|
||||||
// copy from expedition
|
// copy from expedition
|
||||||
$expeditionExtrafields = new Extrafields($db);
|
$expeditionExtrafields = new Extrafields($db);
|
||||||
$expeditionExtrafieldLabels = $expeditionExtrafields->fetch_name_optionals_label($expedition->table_element);
|
$expeditionExtrafieldLabels = $expeditionExtrafields->fetch_name_optionals_label($expedition->table_element);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user