improve billing

This commit is contained in:
Dennis Eichhorn 2021-02-20 21:19:43 +01:00
parent 7a60b4ee10
commit f4f2f5739f

View File

@ -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>