From bf37fbe704b780572cf8a9e67d820442785aa047 Mon Sep 17 00:00:00 2001 From: Brandon King Date: Fri, 24 Jul 2009 22:22:03 +0000 Subject: [PATCH] Lorian supplied quick fix for 32 char UUIDs. --- htsworkflow/frontend/templates/inventory/default.zpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htsworkflow/frontend/templates/inventory/default.zpl b/htsworkflow/frontend/templates/inventory/default.zpl index f420f2d..423dfe2 100644 --- a/htsworkflow/frontend/templates/inventory/default.zpl +++ b/htsworkflow/frontend/templates/inventory/default.zpl @@ -12,13 +12,13 @@ ^FD{{ item.item_type.name }}:^FS ^FX -------Text contains HD serial #------------- -^FO35,75 +^FO15,75 ^CF0,42 -^FB305,3,,C +^FB325,3,,C ^FD{% if use_uuid %}{{ item.uuid }}{% else %}{{ item.barcode_id }}{% endif %}^FS ^FX -------Barcode contains HD serial #----------- -^FO150,150 +^FO150,200 ^BXN,3,200 ^FD{% if use_uuid %}invu|{{ item.uuid }}{% else %}invb|{{ item.barcode_id }}{% endif %}^FS -- 2.30.2