Skip to content

Commit

Permalink
FIX #11505
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jul 15, 2019
1 parent b0d46d4 commit 5778a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/accountancy/journal/bankjournal.php
Expand Up @@ -964,7 +964,7 @@

$varlink = 'id_journal=' . $id_journal;

journalHead($nom, $nomlink, $period, $periodlink, $description, $builddate, $exportlink, array('action' => ''), '', $varlink);
journalHead($nom, '', $period, $periodlink, $description, $builddate, $exportlink, array('action' => ''), '', $varlink);


// Test that setup is complete
Expand Down

0 comments on commit 5778a02

Please sign in to comment.