Objektmethode date für GLTransaction
[kivitendo-erp.git] / SL / DB / GLTransaction.pm
index b0c2655..a92271f 100644 (file)
@@ -55,4 +55,6 @@ sub invnumber {
   return $_[0]->reference;
 }
 
+sub date { goto &gldate }
+
 1;