3 lines
143 B
SQL
3 lines
143 B
SQL
-- P5-4476 Contract customers with default invoice gets KCO
|
|
|
|
UPDATE contract_customers SET payment_type = 'invoice' WHERE payment_type IS NULL; |