- fix code voca in subcategory column
This commit is contained in:
parent
844d5f4571
commit
3aeef208af
|
@ -80,7 +80,7 @@ export const doTransaction = async (
|
||||||
options,
|
options,
|
||||||
);
|
);
|
||||||
|
|
||||||
var responseVoca = res.data;
|
var responseVoca = res.data.data;
|
||||||
console.log('iniresponsevoca', responseVoca)
|
console.log('iniresponsevoca', responseVoca)
|
||||||
if (responseVoca != null) {
|
if (responseVoca != null) {
|
||||||
const resDetail = await axios.get(
|
const resDetail = await axios.get(
|
||||||
|
@ -88,7 +88,7 @@ export const doTransaction = async (
|
||||||
options,
|
options,
|
||||||
);
|
);
|
||||||
|
|
||||||
return resDetail
|
return resDetail.data
|
||||||
}
|
}
|
||||||
} else if (supplier.code == 'Digiflazz') {
|
} else if (supplier.code == 'Digiflazz') {
|
||||||
if (typePaid == 'INQUIRY') {
|
if (typePaid == 'INQUIRY') {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user