- fix hemat supplier transaction manual update
This commit is contained in:
parent
80ecfa290c
commit
02ef3a1a68
|
@ -1494,7 +1494,12 @@ export class TransactionService {
|
|||
} else {
|
||||
dataTransaction.seri_number = callback['data']['serial_number'];
|
||||
}
|
||||
dataProductHistoryPrice.price = parseInt(callback['data']['additional']['harga']);
|
||||
|
||||
if (callback['hrg']) {
|
||||
dataProductHistoryPrice.price = callback['hrg'];
|
||||
} else {
|
||||
dataProductHistoryPrice.price = parseInt(callback['data']['additional']['harga']);
|
||||
}
|
||||
} else {
|
||||
if (callback['sn']) {
|
||||
dataTransaction.seri_number = callback['sn'];
|
||||
|
|
Loading…
Reference in New Issue
Block a user