[freeside-commits] branch FREESIDE_4_BRANCH updated. be473c03af9694a43cde911e77234823a3f4a863
Christopher Burger
burgerc at freeside.biz
Wed Apr 3 06:14:37 PDT 2019
The branch, FREESIDE_4_BRANCH has been updated
via be473c03af9694a43cde911e77234823a3f4a863 (commit)
from 92103805f83d606f2a680040c2eca8bdd184af76 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit be473c03af9694a43cde911e77234823a3f4a863
Author: Christopher Burger <burgerc at freeside.biz>
Date: Wed Apr 3 08:29:44 2019 -0400
RT# 83057 - Added check for duplicate entry to avoid sql error
diff --git a/httemplate/edit/process/elements/process.html b/httemplate/edit/process/elements/process.html
index 19110e18b..f70875bec 100644
--- a/httemplate/edit/process/elements/process.html
+++ b/httemplate/edit/process/elements/process.html
@@ -492,7 +492,7 @@ foreach my $value ( @values ) {
}
-if ($class eq "FS::tower") {
+if ($class eq "FS::tower" && !$error) {
foreach my $part_svc_broadband_export ( FS::tower_sector->part_export_svc_broadband ) {
if ($part_svc_broadband_export and $part_svc_broadband_export->can('export_tower_sector')) {
my $export_tower = $part_svc_broadband_export->export_tower_sector($new);
-----------------------------------------------------------------------
Summary of changes:
httemplate/edit/process/elements/process.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list