Bill change should be working
Reduce quantity should be working.
This commit is contained in:
@ -21,6 +21,6 @@ export class ProductsComponent implements OnInit {
|
||||
}
|
||||
|
||||
addProduct(product: Product): void {
|
||||
this.bs.addProduct(product);
|
||||
this.bs.addProduct(product, 1, 0);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user