Typo on variable
This commit is contained in:
parent
e937039596
commit
9c2c338dc0
@ -186,9 +186,9 @@ class printing_printgcp extends PrintingDriver
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if (! empty($conf->global->PRINTIPP_GCP_DEFAULT))
|
if (! empty($conf->global->PRINTING_GCP_DEFAULT))
|
||||||
{
|
{
|
||||||
$printer_id=$conf->global->PRINTIPP_GCP_DEFAULT;
|
$printer_id=$conf->global->PRINTING_GCP_DEFAULT;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user