Fix crashing invoice reports (#253)

* Fix crashing invoice reports

* Fix typo
This commit is contained in:
Rikard Bartholf
2022-02-10 13:46:17 +01:00
committed by GitHub
parent 68e622ed31
commit 751f9ddf96
+1
View File
@@ -0,0 +1 @@
UPDATE orders SET payment_type = 'none' WHERE order_sum <= 0 AND payment_type IS NULL;