Skip to content
Snippets Groups Projects
Commit 2bc7f10c authored by Alexandre SPANGARO's avatar Alexandre SPANGARO
Browse files

Fix

parent 6d5578a8
No related branches found
No related tags found
No related merge requests found
......@@ -225,7 +225,7 @@ if ($action == 'create')
// Label
print '<tr><td>';
print fieldLabel('Label','label',1).'</td><td>';
print '<input name="label" id="label" class="minwidth300" value="'.(GETPOST("label")?GETPOST("label",'',2):$langs->trans("VariousPayment")).'">';
print '<input name="label" id="label" class="minwidth300" value="'.($label?$label:$langs->trans("VariousPayment")).'">';
print '</td></tr>';
// Sens
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment