card_assigned

This commit is contained in:
CHIEFSOFT\ameye
2024-10-31 16:29:52 -04:00
parent e228c7d8c7
commit 39f25e94f6
+1 -1
View File
@@ -180,7 +180,7 @@ var cards = {
type: 'virtual',
}).then((card)=>{
if ( card?.id !== undefined && card.id.length > 10 ){
if ( card.id !== undefined && card.id.length > 10 ){
Qstring = " UPDATE members_card_request " +
" SET status = "+CARD_ASSIGNED+", card_id = '"+card.id+"', card_last4='"+card.last4+"', updated = now() , card_assigned = now() " +
" WHERE uid::text = '" + data.request_uid +"'";