diff --git a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/StorageManager/widgets/StorageController.js b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/StorageManager/widgets/StorageController.js
index 835e111af247039d5f4724aa95adf96d1e8c3813..a40e73ae7dcdab3b01b6a285ceb951339cac16f9 100644
--- a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/StorageManager/widgets/StorageController.js
+++ b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/js/views/StorageManager/widgets/StorageController.js
@@ -46,8 +46,13 @@ function StorageController(configOverride) {
 					data.samples.length === 1 && data.samples[0].properties[_this._storageModel.storagePropertyGroup.boxProperty]) {
 				_this._storageView.showBoxName();
 				_this._storageView.showBoxSize();
+				_this._storageView.showPosField(data.size, true);
+			} else {
+				_this._storageView.hideBoxField();
+				_this._storageView.hideBoxSizeField();
+				_this._storageView.hidePosField();
 			}
-			_this._storageView.showPosField(data.size, true);
+			
 		}); 
 	}