create license management
This commit is contained in:
@@ -77,8 +77,6 @@ export class PosOrderSectionComponent {
|
||||
this.isVisiblePaymentForm.set(true);
|
||||
}
|
||||
|
||||
submitCustomer() {
|
||||
console.log('submitCustomer');
|
||||
}
|
||||
submitCustomer() {}
|
||||
submitPayment() {}
|
||||
}
|
||||
|
||||
@@ -199,8 +199,6 @@ export class PosLandingStore {
|
||||
}
|
||||
|
||||
setCustomer(customer: { customer_id?: string; info?: ICustomer; type: CustomerType }) {
|
||||
console.log(customer);
|
||||
|
||||
this.setState({ customerDetails: customer });
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user