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