Revision 66c23609
Von Bernd Bleßmann vor etwa 1 Jahr hinzugefügt
SL/DB/Order.pm | ||
---|---|---|
151 | 151 |
\@allowed_record_sources, |
152 | 152 |
\@allowed_item_sources, |
153 | 153 |
); |
154 |
|
|
155 |
return 1; |
|
154 | 156 |
} |
155 | 157 |
|
156 | 158 |
sub _after_save_close_reachable_intakes { |
... | ... | |
165 | 167 |
where => [id => [map {$_->id} @$lr]]); |
166 | 168 |
} |
167 | 169 |
} |
170 |
|
|
171 |
return 1; |
|
168 | 172 |
} |
169 | 173 |
|
170 | 174 |
# methods |
Auch abrufbar als: Unified diff
S:D:Order: Hooks sollen truish zurück liefern, wenn alles ok ist.