diff options
author | ivan <ivan> | 2002-02-10 18:56:49 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-02-10 18:56:49 +0000 |
commit | ddb53fcc9fc80561354b97e4e7803004990138d0 (patch) | |
tree | 350d10f3dd5f824cb14455172fab8e8ffe3584b5 /README.1.4.0pre9 | |
parent | b05f4d252a27eab0a6fa8212abf920c0fa24a509 (diff) |
use unique tokens to prevent double-submission of payments in the web UI
(closes: Bug#320)
Diffstat (limited to 'README.1.4.0pre9')
-rw-r--r-- | README.1.4.0pre9 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/README.1.4.0pre9 b/README.1.4.0pre9 new file mode 100644 index 000000000..3ab2b4233 --- /dev/null +++ b/README.1.4.0pre9 @@ -0,0 +1,19 @@ +the following is necessary to upgrade from 1.4.0pre8 to 1.4.0pre9 + +if you're upgradeing from before 1.4.0pre8 see README.1.4.0pre8 first! + +if you're upgrading from 1.3.1 follow the instructions in +httemplate/docs/upgrade8.html instead + +----- + +install the FS perl modules and httemplate as per install.html or upgrade8.html + +CREATE INDEX cust_pay2 ON cust_pay ( paynum ); +CREATE INDEX cust_pay3 ON cust_pay ( custnum ); +CREATE INDEX cust_pay4 ON cust_pay ( paybatch ); + +Run bin/dbdef-create + +Restart Apache and freeside-queued + |