Skip to content
Snippets Groups Projects
Commit d58682c5 authored by Laurent Destailleur's avatar Laurent Destailleur Committed by GitHub
Browse files

Merge pull request #7088 from atm-arnaud/FIX_edit_social_emptying_label

FIX edit sociale was emptying label
parents b0359b46 f79b72f7
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