Dolibarr ERP & CRM » Bugs » bug #827
AJAX search does not respect multiprice levelDernières modifications
Répondre
État Détails |
Submitted by: | Marcos García (marcosgdf) | | Submitted on: | 17/04/2013 22:26 |
Last Modified On: | 30/04/2013 21:38 | |
Summary: | AJAX search does not respect multiprice level |
Description: | When looking for a product with the ajax feature, products are shown with standard price, and not with the price assigned to the thirdparty. |
Step to reproduce bug: | 1. Activate products, suppliers, proposals module
2. Activate multiprice: 5 levels
3. Activate AJAX product search
4. Create a supplier, a product and a customer
5. Assign product prices. Level5 = 5, level 4 = 4, level 3 = 3, level 2 = 2, level 1= 1 €
6. Assign customer level price = 3.
7. Create a proposal and search for the product. You'll see price = 5 € but it should be 3 € |
Version: | 3.3.1 | | Category: | Module: Products-Services |
Severity: | 7 | | OS Type/Version: | |
PHP version: | | | Database type and version: | |
Etat |
Status: | Open | | Assigned to: | HENRY Florian (fhenry) |
Resolution: | Fixed | |
Commentaires- HENRY Florian 30/04/2013 21:38
- https://github.com/Dolibarr/dolibarr/pull/908
- HENRY Florian 30/04/2013 21:38
- The bug has been corrected. Pull request send inside GIT sources
(http://www.github.com/Dolibarr/dolibarr) and waiting to merge
into develop branch. - HENRY Florian 20/04/2013 06:08
- Could you give more information ?
I've try the case 1 product (Prod 1) 2 prices
Price 1 :10€
Price 2 :11€
On new propal add line :
Customer price level 2 :
Search Prod 1 -> Price is 11€
|
|