Fix phpcs
This commit is contained in:
parent
c04d082ad1
commit
a40e5ca66c
@ -3142,7 +3142,7 @@ class Facture extends CommonInvoice
|
||||
return;
|
||||
}
|
||||
|
||||
include_once(DOL_DOCUMENT_ROOT . '/core/lib/price.lib.php');
|
||||
include_once DOL_DOCUMENT_ROOT.'/core/lib/price.lib.php';
|
||||
|
||||
// Cap percentages to 100
|
||||
if ($percent > 100) $percent = 100;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user