Skip to content

Commit

Permalink
FIX remove constant for avoid problem
Browse files Browse the repository at this point in the history
  • Loading branch information
hregis committed Nov 28, 2018
1 parent 28902e1 commit b4aa9ee
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 b4aa9ee

Please sign in to comment.