Merge branch 'develop' of git+ssh://git@github.com/Dolibarr/dolibarr.git into develop
This commit is contained in:
commit
7a28fbbe7a
@ -1570,7 +1570,7 @@ if ($id > 0 || ! empty($ref))
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Send
|
// Send
|
||||||
if ($object->statut == 1)
|
if ($object->statut == 1 || $object->statut == 2)
|
||||||
{
|
{
|
||||||
$propref = dol_sanitizeFileName($object->ref);
|
$propref = dol_sanitizeFileName($object->ref);
|
||||||
$file = $conf->propale->dir_output . '/'.$propref.'/'.$propref.'.pdf';
|
$file = $conf->propale->dir_output . '/'.$propref.'/'.$propref.'.pdf';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user