Revision a03e4841
Von Bernd Bleßmann vor mehr als 2 Jahren hinzugefügt
| SL/DB/ValidityToken.pm | ||
|---|---|---|
|
|
||
|
__PACKAGE__->meta->initialize;
|
||
|
|
||
|
use constant SCOPE_SALES_INVOICE_POST => 'SalesInvoice::Post';
|
||
|
use constant SCOPE_SALES_INVOICE_POST => 'SalesInvoice::Post';
|
||
|
use constant SCOPE_DELIVERY_ORDER_SAVE => 'DeliveryOrder::Save';
|
||
|
|
||
|
sub create {
|
||
|
my ($class, %params) = @_;
|
||
Auch abrufbar als: Unified diff
Gültigkeitstoken Lieferscheine (alter Controller)