Fixed typo

This commit is contained in:
Bernd Bestel
2022-04-17 21:32:54 +02:00
parent 00ac935367
commit 0152f1c69d
3 changed files with 3 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ JOIN quantity_units qu_from
ON p.qu_id_purchase = qu_from.id ON p.qu_id_purchase = qu_from.id
JOIN quantity_units qu_to JOIN quantity_units qu_to
ON p.qu_id_stock = qu_to.id ON p.qu_id_stock = qu_to.id
WHERE p.qu_id_stock != p.qu_id_purchase -- => Only when QU stock st not the same as QU purchase WHERE p.qu_id_stock != p.qu_id_purchase -- => Only when QU stock is not the same as QU purchase
UNION UNION

View File

@@ -39,7 +39,7 @@ JOIN quantity_units qu_from
ON p.qu_id_purchase = qu_from.id ON p.qu_id_purchase = qu_from.id
JOIN quantity_units qu_to JOIN quantity_units qu_to
ON p.qu_id_stock = qu_to.id ON p.qu_id_stock = qu_to.id
WHERE p.qu_id_stock != p.qu_id_purchase -- => Only when QU stock st not the same as QU purchase WHERE p.qu_id_stock != p.qu_id_purchase -- => Only when QU stock is not the same as QU purchase
UNION UNION

View File

@@ -39,7 +39,7 @@ JOIN quantity_units qu_from
ON p.qu_id_purchase = qu_from.id ON p.qu_id_purchase = qu_from.id
JOIN quantity_units qu_to JOIN quantity_units qu_to
ON p.qu_id_stock = qu_to.id ON p.qu_id_stock = qu_to.id
WHERE p.qu_id_stock != p.qu_id_purchase -- => Only when QU stock st not the same as QU purchase WHERE p.qu_id_stock != p.qu_id_purchase -- => Only when QU stock is not the same as QU purchase
UNION UNION