P5-4476 Default to invoice

This commit is contained in:
Niklas Fondberg
2019-11-15 16:36:29 +01:00
committed by GitHub
parent 8985418aab
commit 2f09f303c4
+3
View File
@@ -0,0 +1,3 @@
-- P5-4476 Contract customers with default invoice gets KCO
UPDATE contract_customers SET payment_type = 'invoice' WHERE payment_type IS NULL;