From fc35d1dd4441b0dd26fe0b1b397cc66508a715f3 Mon Sep 17 00:00:00 2001 From: "G. Richardson" Date: Tue, 28 Apr 2015 18:31:22 +0200 Subject: [PATCH] Presenter Code - gl_transaction aus invoice wieder entfernt --- SL/Presenter/Invoice.pm | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/SL/Presenter/Invoice.pm b/SL/Presenter/Invoice.pm index 151f500eb..ebde34f1d 100644 --- a/SL/Presenter/Invoice.pm +++ b/SL/Presenter/Invoice.pm @@ -5,7 +5,7 @@ use strict; use parent qw(Exporter); use Exporter qw(import); -our @EXPORT = qw(invoice sales_invoice ar_transaction purchase_invoice ap_transaction gl_transaction); +our @EXPORT = qw(invoice sales_invoice ar_transaction purchase_invoice ap_transaction); use Carp; @@ -51,12 +51,6 @@ sub ap_transaction { return _is_ir_record($self, $invoice, 'ap', %params); } -sub gl_transaction { - my ($self, $invoice, %params) = @_; - - return _is_ir_record($self, $invoice, 'gl', %params); -} - sub _is_ir_record { my ($self, $invoice, $controller, %params) = @_; -- 2.20.1