summaryrefslogtreecommitdiff
path: root/FS/FS/Schema.pm
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-08-24 17:17:03 -0700
committerMark Wells <mark@freeside.biz>2016-08-24 17:17:03 -0700
commit5ed934c7206d2fc2aef1911ec29be83b9a028625 (patch)
treed471620923ec6bae6c7aec7ca5e7df5a24717141 /FS/FS/Schema.pm
parent2801b7c172cddcab51101d933e57a956d450ace2 (diff)
de-transactionize cust_pay_pending updates during card verification, #57135
Diffstat (limited to 'FS/FS/Schema.pm')
-rw-r--r--FS/FS/Schema.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index 29f1b31..2aa0b63 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -2386,7 +2386,7 @@ sub tables_hashref {
'cust_pay_pending' => {
'columns' => [
'paypendingnum', 'serial', '', '', '', '',
- 'custnum', 'int', '', '', '', '',
+ 'custnum', 'int', 'NULL', '', '', '',
'paid', @money_type, '', '',
'currency', 'char', 'NULL', 3, '', '',
'_date', @date_type, '', '',