Add operation to allow newly poskod to registred through the API

This commit is contained in:
afiq.hamzah
2023-03-06 10:37:07 +08:00
parent c1d122139b
commit 99a4fe7e9e
3 changed files with 46 additions and 6 deletions
+1 -1
View File
@@ -601,7 +601,7 @@
url:api_url+'/api/poskod/'+poskod,
success:function(poskod_detail){
let parent_modal = document.querySelector('#daftar_pelanggan_mykad_reader');
let parent_modal = document.querySelector('#daftar_pelanggan_mykad_reader');
if(Object.keys(poskod_detail).length === 0){
handlePoskodDetail_NotFound_MyKad(parent_modal);