Skip to content

Commit

Permalink
Fix accountancy
Browse files Browse the repository at this point in the history
  • Loading branch information
FHenry committed Feb 2, 2016
1 parent 2ccfdb7 commit e966bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/accountancy/journal/bankjournal.php
Expand Up @@ -518,7 +518,7 @@

llxHeader('', $langs->trans("FinanceJournal"));

$nom = $langs->trans("FinanceJournal" . ' - ' . $journal);
$nom = $langs->trans("FinanceJournal") . ' - ' . $journal;
$builddate = time();
$description = $langs->trans("DescFinanceJournal") . '<br>';
$period = $form->select_date($date_start, 'date_start', 0, 0, 0, '', 1, 0, 1) . ' - ' . $form->select_date($date_end, 'date_end', 0, 0, 0, '', 1, 0, 1);
Expand Down

0 comments on commit e966bd7

Please sign in to comment.