WIP: refactor: use Salix to create or edit an Order #132
Loading…
Reference in New Issue
No description provided.
Delete Branch "ldragan/hedera-web:taro/sc"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Requiere verdnatura/salix#3652
978b728a19
tod3130f12f3
d3130f12f3
to410bf86913
9b4d8b1c16
tof5e17900d7
@ -149,3 +153,3 @@
};
const getAddresses = async () => {
const getAddresses = async (clientFk) => {
TODO: revisar permisos de Address
WIP: taro/scto WIP: refactor: use Salix to create or edit an Order@ -260,32 +316,60 @@ const onPreviousStep = async stepIndex => {
}
};
const configureOrder = (orderId) => api.post(
async?
@ -263,0 +335,4 @@
const companyFk = orderConfig.data[0]?.defaultCompanyFk;
return api.post(
await?