summaryrefslogtreecommitdiff
path: root/FS/FS/cust_pay_pending.pm
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2015-10-27 01:15:29 -0500
committerJonathan Prykop <jonathan@freeside.biz>2015-10-27 01:15:29 -0500
commitc594747d4f8a1467987b9b241930ea3cbf0d899c (patch)
treeb9b24bf2b365561c416c896f3f97fb01b5090248 /FS/FS/cust_pay_pending.pm
parent27f72f8225edc0d903ce534613ad037b7baf3bcf (diff)
RT#38765: Foreign key error during selfservice signup
Diffstat (limited to 'FS/FS/cust_pay_pending.pm')
-rw-r--r--FS/FS/cust_pay_pending.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/FS/FS/cust_pay_pending.pm b/FS/FS/cust_pay_pending.pm
index 63274b1..1a54203 100644
--- a/FS/FS/cust_pay_pending.pm
+++ b/FS/FS/cust_pay_pending.pm
@@ -393,6 +393,8 @@ sub approve {
warn $e;
return $e;
}
+
+ $self->set('jobnum','');
}
if ( $opt{'paynum_ref'} ) {