Skip to content

Commit

Permalink
Merge pull request #10090 from hregis/8.0_bug3
Browse files Browse the repository at this point in the history
FIX remove constant for avoid problem
  • Loading branch information
eldy committed Nov 29, 2018
2 parents d5c28a7 + b4aa9ee commit ea3e58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/modules/modAccounting.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function __construct($db)
"MAIN_COMPANY_CODE_ALWAYS_REQUIRED",
"chaine",
"1",
"With this constants on, third party code is always required whatever is numbering module behaviour", 0, 'current', 0
"With this constants on, third party code is always required whatever is numbering module behaviour", 0, 'current', 1
);
$this->const[2] = array(
"MAIN_BANK_ACCOUNTANCY_CODE_ALWAYS_REQUIRED",
Expand Down

0 comments on commit ea3e58a

Please sign in to comment.