From 2548c4f7c129cd0decd2cf01f2ffd7dd42a2fe34 Mon Sep 17 00:00:00 2001 From: Brandon King Date: Thu, 2 Jul 2009 00:31:25 +0000 Subject: [PATCH] Added a subtle but useful | to the toolbar --- htsworkflow/frontend/templates/inventory/default.zpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htsworkflow/frontend/templates/inventory/default.zpl b/htsworkflow/frontend/templates/inventory/default.zpl index abd70f3..f420f2d 100644 --- a/htsworkflow/frontend/templates/inventory/default.zpl +++ b/htsworkflow/frontend/templates/inventory/default.zpl @@ -20,6 +20,6 @@ ^FX -------Barcode contains HD serial #----------- ^FO150,150 ^BXN,3,200 -^FD{% if use_uuid %}{{ item.uuid }}{% else %}{{ item.barcode_id }}{% endif %}^FS +^FD{% if use_uuid %}invu|{{ item.uuid }}{% else %}invb|{{ item.barcode_id }}{% endif %}^FS ^XZ -- 2.30.2