Revision 78344b4d
Von Bernd Bleßmann vor etwa 1 Jahr hinzugefügt
SL/DB/Order.pm | ||
---|---|---|
860 | 860 |
|
861 | 861 |
C<params> other then C<sort_sources_by> are passed to C<new_from>. |
862 | 862 |
|
863 |
=head2 C<increment_version_number> |
|
864 |
|
|
865 |
Checks if the current version of the order is finalized, increments |
|
866 |
the version number and adds a new order_version to the order. |
|
867 |
Dies if the version is not final. |
|
868 |
|
|
863 | 869 |
=head1 BUGS |
864 | 870 |
|
865 | 871 |
Nothing here yet. |
SL/Model/Record.pm | ||
---|---|---|
216 | 216 |
|
217 | 217 |
=over 4 |
218 | 218 |
|
219 |
=item C<increment_subversion> |
|
220 |
|
|
221 |
Increments the record's subversion number. |
|
222 |
|
|
219 | 223 |
=item C<delete> |
220 | 224 |
|
221 | 225 |
Deletes the whole record and puts an entry in the history. |
Auch abrufbar als: Unified diff
S:D:Order und S:M:Record: POD für Unterversion hochzählen