--- -- }) -
-
--- -- - -
-
--- -- client.query( - - 'SELECT id FROM customers WHERE id=$1' - - , [req.body.customer_id], next()) -
-
--- -- req.body.lines.forEach( - - - function - - ( - - line - - ) - - { -
-
--- -- client.query( - - 'SELECT id FROM products WHERE id=$1' - - , [line.id], next()) -
-