fix: weitere fehlende Umlaute (Hinzufuegen, Eintraege, Passwoerter, erhaelt, enthaelt etc)
This commit is contained in:
@@ -44,7 +44,7 @@ router.post('/', upload.single('foto'), [
|
||||
if (!errors.isEmpty()) return res.status(400).json({ errors: errors.array() });
|
||||
const foto_url = req.file ? `/uploads/${req.file.filename}` : null;
|
||||
try {
|
||||
// Sicherstellen: kunde_id + artikel_id gehoeren dem Tenant
|
||||
// Sicherstellen: kunde_id + artikel_id gehören dem Tenant
|
||||
const [[k]] = await pool.query('SELECT id FROM kunden WHERE id=? AND tenant_id=?',
|
||||
[req.body.kunde_id, req.user.tenant_id]);
|
||||
const [[a]] = await pool.query('SELECT id FROM artikel WHERE id=? AND tenant_id=?',
|
||||
|
||||
Reference in New Issue
Block a user