Update thirdparty_lettering_supplier.php
This commit is contained in:
parent
c595a591a2
commit
0c5d9de13f
@ -259,8 +259,8 @@ if ($resql) {
|
|||||||
|
|
||||||
// Journal
|
// Journal
|
||||||
$accountingjournal = new AccountingJournal($db);
|
$accountingjournal = new AccountingJournal($db);
|
||||||
$result = $accountingjournal->fetch('',$obj->code_journal);
|
$result = $accountingjournal->fetch('', $obj->code_journal);
|
||||||
$journaltoshow = (($result > 0)?$accountingjournal->getNomUrl(0,0,0,'',0) : $obj->code_journal);
|
$journaltoshow = (($result > 0)?$accountingjournal->getNomUrl(0, 0, 0, '', 0) : $obj->code_journal);
|
||||||
print '<td class="center">' . $journaltoshow . '</td>';
|
print '<td class="center">' . $journaltoshow . '</td>';
|
||||||
|
|
||||||
if (empty($obj->lettering_code)) {
|
if (empty($obj->lettering_code)) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user