create bankAccount, posAccount and update inventories
This commit is contained in:
@@ -221,8 +221,6 @@ export class POSStore {
|
||||
}
|
||||
|
||||
setSelectedCustomer(customer: Maybe<ICustomerResponse>) {
|
||||
console.log(customer);
|
||||
|
||||
this.setState({ selectedCustomer: customer });
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user