Update card.php
This commit is contained in:
parent
19b275f2d1
commit
6a84dfe29e
@ -327,7 +327,7 @@ if ($action == 'create')
|
|||||||
// Category
|
// Category
|
||||||
if (is_array($options) && count($options))
|
if (is_array($options) && count($options))
|
||||||
{
|
{
|
||||||
print '<tr><td>'.$langs->trans("Rubrique").'</td><td>';
|
print '<tr><td>'.$langs->trans("RubriquesTransactions").'</td><td>';
|
||||||
print Form::selectarray('category_transaction', $options, GETPOST('category_transaction'), 1);
|
print Form::selectarray('category_transaction', $options, GETPOST('category_transaction'), 1);
|
||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user