Fix: Bad name of var
This commit is contained in:
parent
e0624abb2c
commit
fcce22026a
@ -169,7 +169,7 @@ class FormBarCode
|
|||||||
{
|
{
|
||||||
print '<form method="post" action="'.$page.'">';
|
print '<form method="post" action="'.$page.'">';
|
||||||
print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
|
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 '<table class="nobordernopadding" cellpadding="0" cellspacing="0">';
|
||||||
print '<tr><td>';
|
print '<tr><td>';
|
||||||
$this->select_barcode_type($selected, $htmlname, 1);
|
$this->select_barcode_type($selected, $htmlname, 1);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user