Merge branch 'NEW/addline_with_position_choice_develop' of github.com:atm-gauthier/dolibarr into NEW/addline_with_position_choice_develop
This commit is contained in:
commit
72614ecc0d
@ -1858,8 +1858,7 @@ class CommandeFournisseur extends CommonOrder
|
|||||||
$localtax1_type = empty($localtaxes_type[0]) ? '' : $localtaxes_type[0];
|
$localtax1_type = empty($localtaxes_type[0]) ? '' : $localtaxes_type[0];
|
||||||
$localtax2_type = empty($localtaxes_type[2]) ? '' : $localtaxes_type[2];
|
$localtax2_type = empty($localtaxes_type[2]) ? '' : $localtaxes_type[2];
|
||||||
|
|
||||||
if ($rang < 0)
|
if ($rang < 0) {
|
||||||
{
|
|
||||||
$rangmax = $this->line_max();
|
$rangmax = $this->line_max();
|
||||||
$rang = $rangmax + 1;
|
$rang = $rangmax + 1;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user