Files
database/migrations/000.140.sql
T

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;