Merge branch '11.0' of git@github.com:Dolibarr/dolibarr.git into 12.0
Conflicts: htdocs/compta/stats/cabyprodserv.php
This commit is contained in:
commit
d283e8f649
@ -254,9 +254,8 @@ if ($modecompta == 'CREANCES-DETTES')
|
||||
{
|
||||
$sql .= " AND cp.fk_product is null";
|
||||
}
|
||||
elseif ($selected_cat && $selected_cat != -2) { // Into a specific category
|
||||
if ($subcat)
|
||||
{
|
||||
elseif ($selected_cat) { // Into a specific category
|
||||
if ($subcat) {
|
||||
$TListOfCats = $categorie->get_full_arbo('product', $selected_cat, 1);
|
||||
|
||||
$listofcatsql = "";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user