Merge pull request #7088 from atm-arnaud/FIX_edit_social_emptying_label

FIX edit sociale was emptying label
This commit is contained in:
Laurent Destailleur 2017-07-07 18:59:10 +02:00 committed by GitHub
commit d58682c574

View File

@ -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);