Merge pull request #1189 from altairis-fr/3.4
fix display of buying price on line edit when no supplier price is defined
This commit is contained in:
commit
7e61c3703a
@ -3,6 +3,9 @@ English Dolibarr ChangeLog
|
||||
--------------------------------------------------------------
|
||||
|
||||
***** ChangeLog for 3.4.1 compared to 3.4.0 *****
|
||||
Fix: Display buying price on line edit when no supplier price is defined
|
||||
Fix: Retrieving of margin info when invoice created automatically from order
|
||||
Fix: Reordering supplier products in list by supplier or supplier ref was crashing
|
||||
Fix: [ bug #1029 ] Tulip numbering mask
|
||||
Fix: Supplier invoice and supplier order are not displayed into object link into agenda event card
|
||||
Fix: [ bug #1033 ] SUPPLIER REF disappeared
|
||||
|
||||
@ -115,8 +115,8 @@ if (! empty($idprod))
|
||||
$db->free($result);
|
||||
}
|
||||
}
|
||||
|
||||
echo json_encode($prices);
|
||||
}
|
||||
|
||||
echo json_encode($prices);
|
||||
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user