We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28bbb8c + f63ea95 commit a091462Copy full SHA for a091462
cloudapp/src/app/item.service.ts
@@ -35,8 +35,7 @@ export class ItemService {
35
updateItem(itemUpdate: ItemUpdate): Observable<Item> {
36
itemUpdate.item.item_data.storage_location_id = itemUpdate.rmstBarcodeForItems;
37
38
- // Change the status of the item from in-process to available
39
- itemUpdate.item.item_data.internal_note_1 = '';
+
40
41
if (itemUpdate.bigMoveMode) {
42
// Change the location and library based on the mapping
0 commit comments