From 8be7181dd022c469a489839c0e44637a79df2a0f Mon Sep 17 00:00:00 2001 From: Rylie Pavlik Date: Fri, 24 May 2024 17:40:36 -0500 Subject: [PATCH] Update tools.vue Correct the description of the import feature on the tools page. --- frontend/pages/tools.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/frontend/pages/tools.vue b/frontend/pages/tools.vue index 98bfe30..ce5ea1f 100644 --- a/frontend/pages/tools.vue +++ b/frontend/pages/tools.vue @@ -42,8 +42,10 @@
- Imports the standard CSV format for Homebox. This will not overwrite any existing items in your - inventory. It will only add new items. + Imports the standard CSV format for Homebox. Without an HB.import_ref + column, this will not overwrite any existing items in your inventory, only add new items. + Rows with an HB.import_ref column are merged into existing items with the same import_ref, + if one exists.