Fix error message

This commit is contained in:
Laurent Destailleur 2020-09-04 16:30:34 +02:00
parent e21b3f6681
commit 2e609d448c

View File

@ -3230,7 +3230,7 @@ class Facture extends CommonInvoice
}
else
{
dol_syslog(get_class($this)."::addline status of order must be Draft to allow use of ->addline()", LOG_ERR);
dol_syslog(get_class($this)."::addline status of invoice must be Draft to allow use of ->addline()", LOG_ERR);
return -3;
}
}