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-30 16:07:52 -0700
commitfa702e316705ed63fc02819c43f3c38b36e54da7 (patch)
tree99fde7bd5953758ba82ab0d6de4bdcfb993e0df1 /FS/FS/Schema.pm
parenta2c9ecade8035c39074e6d66d54bfe3a15f11424 (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 31db1d3..bb62fef 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -2395,7 +2395,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, '', '',