Skip to content

Commit

Permalink
Revert option ACCOUNTANCY_AUTOFILL_ACCOUNT_WITH_GENERIC into
Browse files Browse the repository at this point in the history
ACCOUNTANCY_DO_NOT_AUTOFILL_ACCOUNT_WITH_GENERIC
  • Loading branch information
eldy committed Nov 7, 2019
1 parent 4f219ae commit cb26567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/accountancy/customer/list.php
Expand Up @@ -555,7 +555,7 @@
/*var_dump($suggestedid);
var_dump($objp->code_sell_p);
var_dump($objp->code_sell_l);*/
if (empty($suggestedid) && empty($objp->code_sell_p) && ! empty($objp->code_sell_l) && ! empty($conf->global->ACCOUNTANCY_AUTOFILL_ACCOUNT_WITH_GENERIC))
if (empty($suggestedid) && empty($objp->code_sell_p) && ! empty($objp->code_sell_l) && empty($conf->global->ACCOUNTANCY_DO_NOT_AUTOFILL_ACCOUNT_WITH_GENERIC))
{
if (empty($accountingaccount_codetotid_cache[$objp->code_sell_l]))
{
Expand Down

0 comments on commit cb26567

Please sign in to comment.