This commit is contained in:
2026-05-11 18:42:05 +03:30
parent 88adb566eb
commit 9bcb917d3b
17 changed files with 185 additions and 17 deletions
@@ -1,3 +1,4 @@
import { POS_ROUTES } from '@/domains/pos/routes';
import { InnerPagesHeaderComponent } from '@/shared/components/innerPagesHeader/inner-pages-header.component';
import { Component, computed, inject, signal } from '@angular/core';
import { Router } from '@angular/router';
@@ -70,7 +71,7 @@ export class PosSaleInvoiceListComponent {
});
});
activeFilterCount = computed(() => this.activeFilters().length);
backRoute = '/pos';
backRoute = POS_ROUTES.path || '/';
ngOnInit() {
this.getData();