-- P5-4476 Contract customers with default invoice gets KCO UPDATE contract_customers SET payment_type = 'invoice' WHERE payment_type IS NULL;