Changeset 9108 for trunk/Open-ILS/src/perlmods/OpenILS/Application/Cat.pm
- Timestamp:
- 03/21/08 15:24:22 (7 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/Open-ILS/src/perlmods/OpenILS/Application/Cat.pm
r8818 r9108 906 906 907 907 # now update any attached copies 908 if( @$copies and !$vol->isdeleted ) {908 if( $copies and @$copies and !$vol->isdeleted ) { 909 909 $_->call_number($vol->id) for @$copies; 910 910 $evt = update_fleshed_copies( $editor, $override, $vol, $copies, $delete_stats );
