From 4bbf90e800406ff75a5fed09ba5cd71293cda542 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 9 Oct 2001 23:10:17 +0000 Subject: add `unsuspendauto' config file: enable the automatic unsuspension of suspended packages when a customer's balance due changes from positive to zero or negative as the result of a payment or credit add cust_pkg.manual_flag to disable this behaviour per customer package (no UI to set this yet) --- README.1.4.0pre3-4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.1.4.0pre3-4') diff --git a/README.1.4.0pre3-4 b/README.1.4.0pre3-4 index 9814a658a..102b57872 100644 --- a/README.1.4.0pre3-4 +++ b/README.1.4.0pre3-4 @@ -11,7 +11,7 @@ CREATE TABLE part_pop_local ( nxx char(3) not null ); CREATE INDEX part_pop_local1 ON part_pop_local ( npa, nxx ); - +ALTER TABLE cust_pkg ADD manual_flag char(1) NULL; ALTER TABLE cust_pay_batch ADD paybatchnum integer; CREATE UNIQUE INDEX cust_pay_batch_pkey ON cust_pay_batch ( paybatchnum ); -- cgit v1.2.1