Skip to content

Commit

Permalink
Fix: Bad name of var
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Sep 9, 2012
1 parent e0624ab commit fcce220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/class/html.formbarcode.class.php
Expand Up @@ -169,7 +169,7 @@ function form_barcode_type($page, $selected='', $htmlname='barcodetype_id')
{
print '<form method="post" action="'.$page.'">';
print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
print '<input type="hidden" name="action" value="setbarcodetype">';
print '<input type="hidden" name="action" value="setfk_barcode_type">';
print '<table class="nobordernopadding" cellpadding="0" cellspacing="0">';
print '<tr><td>';
$this->select_barcode_type($selected, $htmlname, 1);
Expand Down

0 comments on commit fcce220

Please sign in to comment.