From b334674815585f278ce86feb20e3b2f982359575 Mon Sep 17 00:00:00 2001 From: "G. Richardson" Date: Mon, 20 Jan 2020 17:00:02 +0100 Subject: [PATCH] =?utf8?q?Presenter=20Mapping=20f=C3=BCr=20Dialogbuchungen?= =?utf8?q?=20repariert?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit War bei Umstellung vergessen worden. --- SL/DB/Object.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/SL/DB/Object.pm b/SL/DB/Object.pm index f2f12c00d..3e0fca68b 100755 --- a/SL/DB/Object.pm +++ b/SL/DB/Object.pm @@ -26,6 +26,7 @@ my %db_to_presenter_mapping = ( Customer => 'CustomerVendor', PurchaseInvoice => 'Invoice', Vendor => 'CustomerVendor', + GLTransaction => 'GL', ); sub new { -- 2.20.1