]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/Object.pm
AttrDuration für minutes: _in_hours und _in_hours_as_number
[mfinanz.git] / SL / DB / Object.pm
index 4e55bfe06cc549960e599b4a1cf66619ef3d6686..3e0fca68b19f564e76ca8bbd2e32c15f1146ba04 100755 (executable)
@@ -23,9 +23,10 @@ my @rose_reserved_methods = qw(
 );
 
 my %db_to_presenter_mapping = (
-  Customer => 'CustomerVendor',
+  Customer        => 'CustomerVendor',
   PurchaseInvoice => 'Invoice',
-  Vendor   => 'CustomerVendor',
+  Vendor          => 'CustomerVendor',
+  GLTransaction   => 'GL',
 );
 
 sub new {