Went through todos

This commit is contained in:
Dennis Eichhorn 2024-05-02 22:54:38 +00:00
parent 865ea7c1e2
commit bfcaa819e3
2 changed files with 3 additions and 5 deletions

View File

@ -27,6 +27,9 @@ use phpOMS\Stdlib\Base\FloatInt;
* @license OMS License 2.0
* @link https://jingga.app
* @since 1.0.0
*
* @todo Promotion type (somehow use for cost center)
* https://github.com/Karaka-Management/oms-Marketing/issues/4
*/
class Promotion
{

View File

@ -12,11 +12,6 @@
*/
declare(strict_types=1);
$footerView = new \phpOMS\Views\PaginationView($this->l11nManager, $this->request, $this->response);
$footerView->setTemplate('/Web/Templates/Lists/Footer/PaginationBig');
$footerView->setPages(20);
$footerView->setPage(1);
$list = $this->data['promotions'];
echo $this->data['nav']->render(); ?>