Bill change should be working

Reduce quantity should be working.
This commit is contained in:
2020-10-11 20:53:43 +05:30
parent 73f83f1aa7
commit b7f382cac8
52 changed files with 283 additions and 641 deletions

View File

@ -21,6 +21,6 @@ export class ProductsComponent implements OnInit {
}
addProduct(product: Product): void {
this.bs.addProduct(product);
this.bs.addProduct(product, 1, 0);
}
}