Fix: Var not used
This commit is contained in:
parent
78deb405b2
commit
a79d440a9b
@ -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="setfk_barcode_type">';
|
print '<input type="hidden" name="action" value="set'.$htmlname.'">';
|
||||||
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