diff options
author | ivan <ivan> | 2001-10-09 23:10:17 +0000 |
---|---|---|
committer | ivan <ivan> | 2001-10-09 23:10:17 +0000 |
commit | 4bbf90e800406ff75a5fed09ba5cd71293cda542 (patch) | |
tree | fd0e96a0b2c0d47f6d3aa2181953341b7eecb254 /README.1.4.0pre3-4 | |
parent | 2e1ca65dcfcf6a8ef41a10e15e3d20200ffc871a (diff) |
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)
Diffstat (limited to 'README.1.4.0pre3-4')
-rw-r--r-- | README.1.4.0pre3-4 | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |