forked from Wavyzz/dolibarr
Merge branch 'develop' into toomanylines
This commit is contained in:
@@ -59,7 +59,7 @@ class FormMargin
|
||||
* @param boolean $force_price True of not
|
||||
* @return array Array with info
|
||||
*/
|
||||
function getMarginInfosArray($object, $force_price=false)
|
||||
function getMarginInfosArray($object, $force_price = false)
|
||||
{
|
||||
global $conf, $db;
|
||||
|
||||
@@ -191,7 +191,7 @@ class FormMargin
|
||||
* @param boolean $force_price Force price
|
||||
* @return void
|
||||
*/
|
||||
function displayMarginInfos($object, $force_price=false)
|
||||
function displayMarginInfos($object, $force_price = false)
|
||||
{
|
||||
global $langs, $conf, $user;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user