barcode_encoding's default value doesn't corresponds with setting page's default value
arhak - June 23, 2009 - 19:02
| Project: | Barcode |
| Version: | 6.x-1.0-rc4 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
barcode.module, lines 83 & 150
<?php
$encoding = variable_get('barcode_encoding', array('UPC-A'));
?>default value doesn't corresponds with setting page's default value at line 288
<?php
'#default_value' => variable_get('barcode_encoding', array('EAN-13')),
?>
#1
This should be good in 2.0-dev. Thanks!
I'm closing this issue because it's so old and it seems like development stopped on the 1.0 branch a year ago.
#2