Fix phpcs

This commit is contained in:
Laurent Destailleur
2019-05-26 11:36:16 +02:00
parent c04d082ad1
commit a40e5ca66c

View File

@@ -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;