From f79b72f724b67a4a2e7938b9cb56c8ee8d9c179b Mon Sep 17 00:00:00 2001 From: arnaud Date: Thu, 29 Jun 2017 16:57:30 +0200 Subject: [PATCH] FIX edit sociale was emptying label --- htdocs/compta/sociales/card.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/compta/sociales/card.php b/htdocs/compta/sociales/card.php index 92cb36059e4..1aecfdbdd08 100644 --- a/htdocs/compta/sociales/card.php +++ b/htdocs/compta/sociales/card.php @@ -196,7 +196,6 @@ if ($action == 'update' && ! $_POST["cancel"] && $user->rights->tax->charges->cr { $result=$object->fetch($id); - $object->lib=GETPOST('label'); $object->date_ech=$dateech; $object->periode=$dateperiod; $object->amount=price2num($amount);