mirror of
https://github.com/Karaka-Management/oms-Accounting.git
synced 2026-01-11 13:28:40 +00:00
Fix relative path
This commit is contained in:
parent
fc80eb57dd
commit
6865206f7e
|
|
@ -96,7 +96,7 @@ $footerView->setResults(1);
|
|||
<td colspan="13">
|
||||
<tbody>
|
||||
<?php $count = 0;
|
||||
foreach ([] as $key => $value) : $count++; ?>
|
||||
foreach ([] as $key => $value) : ++$count; ?>
|
||||
<?php endforeach; ?>
|
||||
<?php if ($count === 0) : ?>
|
||||
<tr>
|
||||
|
|
@ -121,7 +121,7 @@ $footerView->setResults(1);
|
|||
<td><?= $this->getHtml('Total') ?>
|
||||
<tbody>
|
||||
<?php $count = 0;
|
||||
foreach ([] as $key => $value) : $count++; ?>
|
||||
foreach ([] as $key => $value) : ++$count; ?>
|
||||
<?php endforeach; ?>
|
||||
<?php if ($count === 0) : ?>
|
||||
<tr>
|
||||
|
|
@ -141,7 +141,7 @@ $footerView->setResults(1);
|
|||
<td><?= $this->getHtml('Total') ?>
|
||||
<tbody>
|
||||
<?php $count = 0;
|
||||
foreach ([] as $key => $value) : $count++; ?>
|
||||
foreach ([] as $key => $value) : ++$count; ?>
|
||||
<?php endforeach; ?>
|
||||
<?php if ($count === 0) : ?>
|
||||
<tr>
|
||||
|
|
@ -161,7 +161,7 @@ $footerView->setResults(1);
|
|||
<td><?= $this->getHtml('Total') ?>
|
||||
<tbody>
|
||||
<?php $count = 0;
|
||||
foreach ([] as $key => $value) : $count++; ?>
|
||||
foreach ([] as $key => $value) : ++$count; ?>
|
||||
<?php endforeach; ?>
|
||||
<?php if ($count === 0) : ?>
|
||||
<tr>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user