Skip to content
Snippets Groups Projects
Commit 3b9c8a68 authored by Raphaël Doursenaud's avatar Raphaël Doursenaud
Browse files

Fix #3314 Display state in bank account card

parent c2eb47f3
Branches
Tags
No related merge requests found
......@@ -419,7 +419,7 @@ else
// State
print '<tr><td>'.$langs->trans('State').'</td><td>';
if ($account->fk_departement > 0) print getState($account->fk_departement);
if ($account->state_id > 0) print getState($account->state_id);
print '</td></tr>';
// Conciliate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment