Update objectline_create.tpl.php
This commit is contained in:
parent
c45e5c91b1
commit
a308e45c6b
@ -144,7 +144,7 @@ else {
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
$freelines = false;
|
$freelines = false;
|
||||||
if(empty($conf->global->MAIN_DISABLE_FREE_LINES))
|
if (empty($conf->global->MAIN_DISABLE_FREE_LINES))
|
||||||
{
|
{
|
||||||
$freelines = true;
|
$freelines = true;
|
||||||
$forceall=1; // We always force all type for free lines (module product or service means we use predefined product or service)
|
$forceall=1; // We always force all type for free lines (module product or service means we use predefined product or service)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user