Sale report now can be section wise
This commit is contained in:
@ -92,7 +92,6 @@ export class DiscountComponent {
|
||||
|
||||
this.data.subscribe((list: DiscountItem[]) => {
|
||||
this.list = list;
|
||||
console.log(list);
|
||||
this.form.controls.discounts.clear();
|
||||
|
||||
this.list.forEach((x) => {
|
||||
|
||||
Reference in New Issue
Block a user