MT#7265 Fix "auto" signature.

Otherwise it's not executed, and the back button is broken.
ipeshinskaya/InvoiceTemplate5
Andreas Granig 11 years ago
parent 6dc39e4178
commit 1dd2622b94

@ -12,7 +12,7 @@ use NGCP::Panel::Utils::DateTime;
use NGCP::Panel::Utils::Message;
use NGCP::Panel::Utils::Navigation;
sub auto {
sub auto :Private {
my ($self, $c) = @_;
$c->log->debug(__PACKAGE__ . '::auto');
NGCP::Panel::Utils::Navigation::check_redirect_chain(c => $c);

Loading…
Cancel
Save