]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/Object.pm
Presenter Mapping für Dialogbuchungen repariert
[mfinanz.git] / SL / DB / Object.pm
index f2f12c00d7f9806f5bfb7eebdb1380744ae94d7e..3e0fca68b19f564e76ca8bbd2e32c15f1146ba04 100755 (executable)
@@ -26,6 +26,7 @@ my %db_to_presenter_mapping = (
   Customer        => 'CustomerVendor',
   PurchaseInvoice => 'Invoice',
   Vendor          => 'CustomerVendor',
+  GLTransaction   => 'GL',
 );
 
 sub new {