Update card.php
This commit is contained in:
parent
5588fe5b81
commit
143cbba09b
@ -637,7 +637,7 @@ else
|
||||
print '<tr><td>'.$langs->trans("AccountancyJournal").'</td>';
|
||||
print '<td>';
|
||||
|
||||
if (! empty($object->fk_accountancy_journal)) {
|
||||
if ($object->fk_accountancy_journal > 0) {
|
||||
$accountingjournal = new AccountingJournal($db);
|
||||
$accountingjournal->fetch($object->fk_accountancy_journal);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user