Skip to content

Commit a091462

Browse files
authored
Merge pull request #6 from jhu-library-applications/remove-int-note
Don't remove internal note 1
2 parents 28bbb8c + f63ea95 commit a091462

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cloudapp/src/app/item.service.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ export class ItemService {
3535
updateItem(itemUpdate: ItemUpdate): Observable<Item> {
3636
itemUpdate.item.item_data.storage_location_id = itemUpdate.rmstBarcodeForItems;
3737

38-
// Change the status of the item from in-process to available
39-
itemUpdate.item.item_data.internal_note_1 = '';
38+
4039

4140
if (itemUpdate.bigMoveMode) {
4241
// Change the location and library based on the mapping

0 commit comments

Comments
 (0)