Revision b5b2f106
Von Bernd Bleßmann vor fast 2 Jahren hinzugefügt
SL/DB/Order.pm | ||
---|---|---|
833 | 833 |
|
834 | 834 |
C<params> other then C<sort_sources_by> are passed to C<new_from>. |
835 | 835 |
|
836 |
=head2 C<increment_version_number> |
|
837 |
|
|
838 |
Checks if the current version of the order is finalized, increments |
|
839 |
the version number and adds a new order_version to the order. |
|
840 |
Dies if the version is not final. |
|
841 |
|
|
836 | 842 |
=head1 BUGS |
837 | 843 |
|
838 | 844 |
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