summaryrefslogtreecommitdiff
path: root/httemplate/edit/process
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-02-12 02:33:13 -0800
committerIvan Kohler <ivan@freeside.biz>2015-02-12 02:33:13 -0800
commitf3bfabe2cea97fd34610cfc6ea94c4177fcef336 (patch)
treebc796223c118906b6715e379f3ac5f1620bc47d9 /httemplate/edit/process
parent420ce9160ae045218e464effcdcb678299cb5faa (diff)
parente04a81044abea1d9bd0a53f96925c9a91e8e01e8 (diff)
Merge branch 'FREESIDE_3_BRANCH' of git.freeside.biz:/home/git/freeside into FREESIDE_3_BRANCH
Diffstat (limited to 'httemplate/edit/process')
-rw-r--r--httemplate/edit/process/elements/process.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/edit/process/elements/process.html b/httemplate/edit/process/elements/process.html
index ce40a7ea6..5b79c21bb 100644
--- a/httemplate/edit/process/elements/process.html
+++ b/httemplate/edit/process/elements/process.html
@@ -308,7 +308,7 @@ foreach my $value ( @values ) {
warn "$me processing m2m:\n". Dumper( %$process_m2m )
if $opt{'debug'};
- $error = $new->process_m2m( %$process_m2m );
+ $error ||= $new->process_m2m( %$process_m2m );
}
}
@@ -350,7 +350,7 @@ foreach my $value ( @values ) {
);
}
- $error = $new->process_o2m( %{ $process_o2m },
+ $error ||= $new->process_o2m( %{ $process_o2m },
'params' => scalar($cgi->Vars),
);
}