feat: implement customer service with methods for searching and retrieving customer data by name, CPF, or ID.
This commit is contained in:
@@ -523,6 +523,7 @@ export class CustomerService {
|
||||
cliente.fretedespacho = "0";
|
||||
cliente.aceitavendafracao = "S";
|
||||
cliente.validarmultiplovenda = "S";
|
||||
cliente.isentotxentrega = "S";
|
||||
|
||||
return cliente;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user