Revision 62ab014f
Von Tamino Steinert vor etwa 1 Jahr hinzugefügt
SL/Model/Record.pm | ||
---|---|---|
225 | 225 |
|
226 | 226 |
my $new_record = SL::Model::Record->new_from_workflow($changed_record, ref($changed_record), $saved_record->type, no_linked_records => 1, attributes => \%new_attrs); |
227 | 227 |
|
228 |
# return: nichts |
|
229 |
# fehler: exception |
|
230 | 228 |
return $new_record; |
231 | 229 |
} |
232 | 230 |
|
... | ... | |
295 | 293 |
|
296 | 294 |
Invoices are not supported as of now, but are planned for the future. |
297 | 295 |
|
298 |
The old delivery order C<sales_delivery_order> and C<purchase_delivery_order> must be implemented
|
|
299 |
in the new DeliveryOrder Controller |
|
296 |
The old delivery order C<sales_delivery_order> and C<purchase_delivery_order> |
|
297 |
must be implemented in the new DeliveryOrder Controller
|
|
300 | 298 |
|
301 | 299 |
=head1 METHODS |
302 | 300 |
|
Auch abrufbar als: Unified diff
Model::Record: Kommentare angepasst