Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 704f339f

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

  • ID 704f339f25536bf4311223ecb7dcef9ed75f92d0
  • Vorgänger bc8c26f3
  • Nachfolger 9b8edca0

PriceRule: reqdate für Invoice und PurchaseInvoice

Unterschiede anzeigen:

SL/DB/Invoice.pm
343 343
  goto &transdate;
344 344
}
345 345

  
346
sub reqdate {
347
  goto &duedate;
348
}
349

  
346 350
sub transactions {
347 351
  my ($self) = @_;
348 352

  
SL/DB/PurchaseInvoice.pm
54 54
  goto &transdate;
55 55
}
56 56

  
57
sub reqdate {
58
  goto &duedate;
59
}
60

  
57 61
sub abbreviation {
58 62
  my $self = shift;
59 63

  
......
63 67
  return t8('Invoice (one letter abbreviation)');
64 68

  
65 69
}
70

  
66 71
1;

Auch abrufbar als: Unified diff