mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 09:38:23 +01:00
Fix phpcs
This commit is contained in:
@@ -3142,7 +3142,7 @@ class Facture extends CommonInvoice
|
|||||||
return;
|
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
|
// Cap percentages to 100
|
||||||
if ($percent > 100) $percent = 100;
|
if ($percent > 100) $percent = 100;
|
||||||
|
|||||||
Reference in New Issue
Block a user