Bug 17189: Replace occurrences of 'use Koha::Cache'
[koha.git] / svc / barcode
index 1a00c1f..80b1504 100755 (executable)
@@ -42,8 +42,21 @@ I<barcode> is the desired barcode. It should be called like:
 
 =item I<type>
 
-I<type> is the desired barcode type. Possible values are TODO. If ommited,
-it defaults to Code39.
+I<type> is the desired barcode type. Possible values are
+Code39
+UPCE
+UPCA
+QRcode
+NW7
+Matrix2of5
+ITF
+Industrial2of5
+IATA2of5
+EAN8
+EAN13
+COOP2of5
+
+If ommited,it defaults to Code39.
 
 =back
 
@@ -93,4 +106,4 @@ exit 0;
 
 Kyle M Hall <kyle@bywatersolutions.com>
 
-=cut
\ No newline at end of file
+=cut