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