From: Brandon King Date: Fri, 24 Jul 2009 22:22:03 +0000 (+0000) Subject: Lorian supplied quick fix for 32 char UUIDs. X-Git-Tag: 0.2.6~2 X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=bf37fbe704b780572cf8a9e67d820442785aa047 Lorian supplied quick fix for 32 char UUIDs. --- 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