Merge branch '11.0' of git@github.com:Dolibarr/dolibarr.git into 12.0
Conflicts: .travis.yml htdocs/societe/consumption.php
This commit is contained in:
commit
3683461c40
@ -227,7 +227,7 @@ if ($type_element == 'propal')
|
|||||||
$where = " WHERE c.fk_soc = s.rowid AND s.rowid = ".$socid;
|
$where = " WHERE c.fk_soc = s.rowid AND s.rowid = ".$socid;
|
||||||
$where .= " AND d.fk_propal = c.rowid";
|
$where .= " AND d.fk_propal = c.rowid";
|
||||||
$where .= " AND c.entity = ".$conf->entity;
|
$where .= " AND c.entity = ".$conf->entity;
|
||||||
$datePrint = 'c.datep';
|
$dateprint = 'c.datep';
|
||||||
$doc_number = 'c.ref';
|
$doc_number = 'c.ref';
|
||||||
$thirdTypeSelect = 'customer';
|
$thirdTypeSelect = 'customer';
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user