Update posko variable to use new posko ID if it has changed
This commit is contained in:
parent
d1cb5346a0
commit
e6cecf6e1e
@ -550,7 +550,7 @@ const getDetail = () => {
|
||||
dateTo: dateValue[1]
|
||||
? dateValue[1].split('-').reverse().join('-')
|
||||
: new Date().toISOString().slice(0, 10),
|
||||
posko: ref.posko_in != ref.posko_out ? ref.posko_out : ref.posko_in,
|
||||
posko: ref.id_posko_lama != ref.id_posko_baru ? ref.id_posko_baru : ref.id_posko_lama,
|
||||
idUid: ref.id_uid,
|
||||
idUp3: ref.id_up3
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user