domain rules based on templates (rules from other domains), RT#7514
[freeside.git] / httemplate / edit / process / cgp_rule.html
index 9653413..5326587 100644 (file)
                   'fields' => [qw( action params )],
                 },
               ],
+              'noerror_callback' => sub {
+                my( $cgi, $object ) = @_;
+                my $error = $object->svc_export;
+                #shit, not a good place for error handling :/
+                die $error if $error;
+              },
           )
 %>
 <%init>