View | Details | Raw Unified | Return to bug 6117
Collapse All | Expand All

(-)a/C4/Items.pm (-1 / +1 lines)
Lines 2075-2080 sub MoveItemFromBiblio { Link Here
2075
	    $record->insert_fields_ordered($item);	
2075
	    $record->insert_fields_ordered($item);	
2076
2076
2077
	    # Saving the modification
2077
	    # Saving the modification
2078
            $frameworkcode = GetFrameworkCode($tobiblio);
2078
	    ModBiblioMarc($record, $tobiblio, $frameworkcode);
2079
	    ModBiblioMarc($record, $tobiblio, $frameworkcode);
2079
2080
2080
	} else {
2081
	} else {
2081
- 

Return to bug 6117