Skip to content

Commit

Permalink
Trans
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Nov 13, 2024
1 parent d63ad40 commit 2b19f6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions htdocs/compta/prelevement/create.php
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,7 @@
print img_warning($langs->trans("IBANNotDefined"));
}
} else {
$langs->load("banks");
print img_warning($langs->trans("NoBankAccountDefined"));
}
print '</td>';
Expand All @@ -650,6 +651,7 @@
}
}
} else {
$langs->load("banks");
print img_warning($langs->trans("NoBankAccountDefined"));
}
}
Expand Down

0 comments on commit 2b19f6e

Please sign in to comment.