mirror of
https://github.com/Karaka-Management/oms-ItemManagement.git
synced 2026-01-22 08:38:43 +00:00
improve billing
This commit is contained in:
parent
7a60b4ee10
commit
f4f2f5739f
|
|
@ -180,7 +180,7 @@ echo $this->getData('nav')->render();
|
|||
<td><?= $this->getHtml('Date'); ?>
|
||||
<tbody>
|
||||
<?php foreach ($newestInvoices as $invoice) :
|
||||
$url = UriFactory::build('{/prefix}sales/invoice?{?}&id=' . $invoice->getId());
|
||||
$url = UriFactory::build('{/prefix}sales/bill?{?}&id=' . $invoice->getId());
|
||||
?>
|
||||
<tr data-href="<?= $url; ?>">
|
||||
<td><a href="<?= $url; ?>"><?= $invoice->getNumber(); ?></a>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user