Skip to content
Snippets Groups Projects
Commit f79b72f7 authored by arnaud's avatar arnaud
Browse files

FIX edit sociale was emptying label

parent 97902bde
No related branches found
No related tags found
No related merge requests found
...@@ -196,7 +196,6 @@ if ($action == 'update' && ! $_POST["cancel"] && $user->rights->tax->charges->cr ...@@ -196,7 +196,6 @@ if ($action == 'update' && ! $_POST["cancel"] && $user->rights->tax->charges->cr
{ {
$result=$object->fetch($id); $result=$object->fetch($id);
$object->lib=GETPOST('label');
$object->date_ech=$dateech; $object->date_ech=$dateech;
$object->periode=$dateperiod; $object->periode=$dateperiod;
$object->amount=price2num($amount); $object->amount=price2num($amount);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment