Fix crashing invoice reports (#253)
* Fix crashing invoice reports * Fix typo
This commit is contained in:
@@ -0,0 +1 @@
|
||||
UPDATE orders SET payment_type = 'none' WHERE order_sum <= 0 AND payment_type IS NULL;
|
||||
Reference in New Issue
Block a user