fix bad test in delivery card

This commit is contained in:
atm-greg 2019-08-05 13:10:26 +02:00
parent 50a4d54d8a
commit 41c07b9b43

View File

@ -570,7 +570,7 @@ else
}
// Other attributes
if ($action = 'create_delivery') {
if ($action == 'create_delivery') {
// copy from expedition
$expeditionExtrafields = new Extrafields($db);
$expeditionExtrafieldLabels = $expeditionExtrafields->fetch_name_optionals_label($expedition->table_element);