- fix code voca in subcategory column
This commit is contained in:
		| @@ -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') { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user