Fix clean data after update

This commit is contained in:
Laurent Destailleur 2022-01-07 10:25:58 +01:00
parent 1a61da209c
commit 6cecc3c2aa

View File

@ -1325,6 +1325,8 @@ if (empty($reshook)) {
unset($_POST['date_endday']);
unset($_POST['date_endmonth']);
unset($_POST['date_endyear']);
unset($_POST['price_ttc']);
unset($_POST['price_ht']);
$db->commit();
} else {