bestellt bei BW auf false wenn keine Rechnung und user nicht
This commit is contained in:
@@ -10,7 +10,7 @@ const existing_bedarfsausweiswohnen_list = await prisma.bedarfsausweisWohnen.fin
|
|||||||
});
|
});
|
||||||
|
|
||||||
for (const ausweis of existing_bedarfsausweiswohnen_list) {
|
for (const ausweis of existing_bedarfsausweiswohnen_list) {
|
||||||
if (ausweis.bestellt == true && ausweis.registriernummer == ""){
|
if (ausweis.bestellt == true && ausweis.benutzer_id != "USCTJ2VV"){
|
||||||
console.log(
|
console.log(
|
||||||
'ID:' + ausweis.id +
|
'ID:' + ausweis.id +
|
||||||
' Reg.Nr:' + ausweis.registriernummer +
|
' Reg.Nr:' + ausweis.registriernummer +
|
||||||
|
|||||||
Reference in New Issue
Block a user