Presenter Mapping für Dialogbuchungen repariert
authorG. Richardson <grichardson@kivitec.de>
Mon, 20 Jan 2020 16:00:02 +0000 (17:00 +0100)
committerG. Richardson <grichardson@kivitec.de>
Tue, 21 Jan 2020 11:51:20 +0000 (12:51 +0100)
War bei Umstellung vergessen worden.

SL/DB/Object.pm

index f2f12c0..3e0fca6 100755 (executable)
@@ -26,6 +26,7 @@ my %db_to_presenter_mapping = (
   Customer        => 'CustomerVendor',
   PurchaseInvoice => 'Invoice',
   Vendor          => 'CustomerVendor',
+  GLTransaction   => 'GL',
 );
 
 sub new {