From 572bda07427bff439f627ce886c6e2d43c5b2bd6 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 27 Jun 2010 20:55:46 +0000 Subject: [PATCH] Fix: Better error management --- htdocs/product/barcode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/barcode.php b/htdocs/product/barcode.php index 70514dfbada..064fe8a9d73 100644 --- a/htdocs/product/barcode.php +++ b/htdocs/product/barcode.php @@ -103,7 +103,7 @@ print ''.$langs->trans("Label").''.$product->libell // Barcode image $url=DOL_URL_ROOT.'/viewimage.php?modulepart=barcode&generator='.urlencode($product->barcode_type_coder).'&code='.urlencode($product->barcode).'&encoding='.urlencode($product->barcode_type_code); -print ''; +print ''; print ''; print ''; print '';