Merge branch 'develop' of https://github.com/Dolibarr/dolibarr into New_invoice_default_documents
This commit is contained in:
commit
358126a8f8
@ -279,6 +279,8 @@ class Contrat extends CommonObject
|
||||
// Open lines not already open
|
||||
if ($contratline->statut != 4)
|
||||
{
|
||||
$contratline->context = $this->context;
|
||||
|
||||
$result = $contratline->active_line($user, $date_start, -1);
|
||||
if ($result < 0)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user