Skip to content

Commit

Permalink
Update bankjournal.php
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jun 12, 2019
1 parent b079a8b commit 0f3db43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/accountancy/journal/bankjournal.php
Expand Up @@ -993,8 +993,8 @@ function writebookkeeping() {
print "<td>" . $langs->trans("SubledgerAccount") . "</td>";
print "<td>" . $langs->trans("LabelOperation") . "</td>";
print "<td class='center'>" . $langs->trans("PaymentMode") . "</td>";
print "<td class='minwidth100 center'>" . $langs->trans("Debit") . "</td>";
print "<td class='minwidth100 center'>" . $langs->trans("Credit") . "</td>";
print "<td class='minwidth100 right'>" . $langs->trans("Debit") . "</td>";
print "<td class='minwidth100 right'>" . $langs->trans("Credit") . "</td>";
print "</tr>\n";

$r = '';
Expand Down

0 comments on commit 0f3db43

Please sign in to comment.