Typo on variable

This commit is contained in:
frederic34 2014-12-28 14:21:54 +01:00
parent e937039596
commit 9c2c338dc0

View File

@ -186,9 +186,9 @@ class printing_printgcp extends PrintingDriver
}
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
{