fix missing visibility
This commit is contained in:
parent
13790422dc
commit
4865e34cc2
@ -4713,7 +4713,7 @@ class Facture extends CommonInvoice
|
||||
* Currently used for documents generation : to know if retained warranty need to be displayed
|
||||
* @return bool
|
||||
*/
|
||||
function displayRetainedWarranty()
|
||||
public function displayRetainedWarranty()
|
||||
{
|
||||
global $conf;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user