$soc->getAvailableDiscounts . where soc not set.

This commit is contained in:
tysauron 2017-09-12 12:35:06 +02:00 committed by GitHub
parent 627dd15b44
commit afac908fda

View File

@ -1441,7 +1441,6 @@ if ($action == 'create' && $user->rights->commande->creer)
$note_private = $object->getDefaultCreateValueFor('note_private');
$note_public = $object->getDefaultCreateValueFor('note_public');
}
$absolute_discount=$soc->getAvailableDiscounts();
print '<form name="crea_commande" action="' . $_SERVER["PHP_SELF"] . '" method="POST">';