Posted by arhak on June 23, 2009 at 7:02pm
Jump to:
| Project: | Barcode |
| Version: | 6.x-1.0-rc4 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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')),
?>
Comments
#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