Commit cfa35fa5 authored by Rais Aryaguna's avatar Rais Aryaguna

fix bug tahunan a1

parent 9549ebd4
...@@ -466,7 +466,7 @@ export const TahunanA1RekamView = () => { ...@@ -466,7 +466,7 @@ export const TahunanA1RekamView = () => {
if (isPengganti) { if (isPengganti) {
normalized['id'] = undefined; normalized['id'] = undefined;
normalized['idBupot'] = dataResDetail.idBupot || ''; normalized['idBupot'] = dataResDetail.idBupot || '';
normalized['idBupot'] = dataResDetail.noBupot || ''; normalized['noBupot'] = dataResDetail.noBupot || '';
normalized['revNo'] = `${Number(dataResDetail.revNo) || 0}`; normalized['revNo'] = `${Number(dataResDetail.revNo) || 0}`;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment