projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2746bde
)
RT# 38517 - fixed small error causing perl warning on start.
author
Christopher Burger
<burgerc@freeside.biz>
Thu, 27 Jul 2017 19:18:30 +0000
(15:18 -0400)
committer
Christopher Burger
<burgerc@freeside.biz>
Thu, 27 Jul 2017 20:12:02 +0000
(16:12 -0400)
rt/lib/RT/Interface/Web_Vendor.pm
patch
|
blob
|
history
diff --git
a/rt/lib/RT/Interface/Web_Vendor.pm
b/rt/lib/RT/Interface/Web_Vendor.pm
index
d157733
..
9658541
100644
(file)
--- a/
rt/lib/RT/Interface/Web_Vendor.pm
+++ b/
rt/lib/RT/Interface/Web_Vendor.pm
@@
-196,7
+196,7
@@
sub ProcessTicketCustomers {
'emailaddress' => $Requestor->{'values'}->{'emailaddress'},
'comment' => 'Auto created from RT requestor',
};
-
my
$error = $contact->insert;
+ $error = $contact->insert;
push @results, 'Created Freeside contact for requestor ' . $Requestor->{'values'}->{'emailaddress'}
unless $error;
}