- add 2 hemat supplier as faktur and non faktur
This commit is contained in:
		| @@ -592,7 +592,7 @@ export class TransactionService { | |||||||
|     let hitLoginHemat; |     let hitLoginHemat; | ||||||
|  |  | ||||||
|     if (supplier.code == 'Hemat') { |     if (supplier.code == 'Hemat') { | ||||||
|       hitLoginHemat =  await doAuthorizeHemat('wndpt001', '3NHESIJ5', supplier); |       hitLoginHemat =  await doAuthorizeHemat(supplier.irs_user, supplier.irs_pass, supplier); | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     let hitSupplier = supplier.code == 'Hemat' ? |     let hitSupplier = supplier.code == 'Hemat' ? | ||||||
| @@ -839,7 +839,7 @@ export class TransactionService { | |||||||
|     let hitLoginHemat; |     let hitLoginHemat; | ||||||
|  |  | ||||||
|     if (supplier.code == 'Hemat') { |     if (supplier.code == 'Hemat') { | ||||||
|       hitLoginHemat =  await doAuthorizeHemat('wndpt001', '3NHESIJ5', supplier); |       hitLoginHemat =  await doAuthorizeHemat(supplier.irs_user, supplier.irs_pass, supplier); | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     let hitSupplier = supplier.code == 'Hemat' ? |     let hitSupplier = supplier.code == 'Hemat' ? | ||||||
| @@ -995,7 +995,7 @@ export class TransactionService { | |||||||
|       let hitLoginHemat; |       let hitLoginHemat; | ||||||
|  |  | ||||||
|       if (supplier.code == 'Hemat') { |       if (supplier.code == 'Hemat') { | ||||||
|        hitLoginHemat =  await doAuthorizeHemat('wndpt001', '3NHESIJ5', supplier); |        hitLoginHemat =  await doAuthorizeHemat(supplier.irs_user, supplier.irs_pass, supplier); | ||||||
|       } |       } | ||||||
|  |  | ||||||
|       let hitSupplier = supplier.code == 'Hemat' ? await doTransaction( |       let hitSupplier = supplier.code == 'Hemat' ? await doTransaction( | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user