Skip to content
Snippets Groups Projects
Commit 3135cf72 authored by Marcos García de La Fuente's avatar Marcos García de La Fuente
Browse files

FIX #4737 Bank transacion type selector translation is cropped

Close #4737
parent 234f3e33
No related branches found
No related tags found
No related merge requests found
......@@ -210,7 +210,7 @@ if ($resql)
print '<td class="liste_titre">&nbsp;</td>';
print '<td class="liste_titre">&nbsp;</td>';
print '<td class="liste_titre" align="center">';
$form->select_types_paiements(empty($type)?'':$type, 'type', '', 2, 0, 1, 8);
$form->select_types_paiements(empty($type)?'':$type, 'type', '', 2, 0, 1);
print '</td>';
print '<td class="liste_titre"><input type="text" class="flat" name="req_nb" value="'.GETPOST("req_nb").'" size="2"></td>';
print '<td class="liste_titre">';
......
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