PriceRule: customervendor accessor in Rechnungen
authorSven Schöling <s.schoeling@linet-services.de>
Thu, 18 Dec 2014 14:18:43 +0000 (15:18 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Thu, 18 Dec 2014 15:18:52 +0000 (16:18 +0100)
SL/DB/Invoice.pm
SL/DB/PurchaseInvoice.pm

index 45c5912..ae1c596 100644 (file)
@@ -347,6 +347,10 @@ sub reqdate {
   goto &duedate;
 }
 
+sub customervendor {
+  goto &customer;
+}
+
 sub transactions {
   my ($self) = @_;
 
index a15da4f..bddaa65 100644 (file)
@@ -58,6 +58,10 @@ sub reqdate {
   goto &duedate;
 }
 
+sub customervendor {
+  goto &vendor;
+}
+
 sub abbreviation {
   my $self = shift;