Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 1e2673bb

Von Sven Schöling vor etwa 10 Jahren hinzugefügt

  • ID 1e2673bbe853305facd6bf61d7bb45141250136d
  • Vorgänger c383fc0b
  • Nachfolger fc6a8e32

PriceRule: customervendor accessor in Rechnungen

Unterschiede anzeigen:

SL/DB/Invoice.pm
347 347
  goto &duedate;
348 348
}
349 349

  
350
sub customervendor {
351
  goto &customer;
352
}
353

  
350 354
sub transactions {
351 355
  my ($self) = @_;
352 356

  
SL/DB/PurchaseInvoice.pm
58 58
  goto &duedate;
59 59
}
60 60

  
61
sub customervendor {
62
  goto &vendor;
63
}
64

  
61 65
sub abbreviation {
62 66
  my $self = shift;
63 67

  

Auch abrufbar als: Unified diff