Openbravo Issue Tracking System - Modules
View Issue Details
0027586ModulesWarehouse Pickingpublic2014-09-11 12:312014-10-15 10:48
ngarcia 
reinaldoguerra 
immediateminoralways
closedfixed 
5
 
 
vmromanos
0027586: Picking List can be created for inactive business partners' orders
Picking List can be created for inactive business partners' orders
As group admin role:
   Create a Sales Order for a Business Partner and book it
   Set the Business Partner as inactive
   Navigate to the Sales Order and check you can Generate a Picking List from it
No tags attached.
related to defect 00275873.0PR15Q1 closed fsoto82 Openbravo ERP Goods shipment / receipts and Invoices can be completed for inactive business partners 
Issue History
2014-09-11 12:31ngarciaNew Issue
2014-09-11 12:31ngarciaAssigned To => jonalegriaesarte
2014-09-11 12:53ngarciaResolution time => 1410732000
2014-09-11 12:53ngarciaTypedesign defect => defect
2014-09-11 12:54ngarciaRelationship addedrelated to 0027587
2014-09-29 16:19jonalegriaesarteAssigned Tojonalegriaesarte => AtulOpenbravo
2014-10-03 05:07reinaldoguerraAssigned ToAtulOpenbravo => reinaldoguerra
2014-10-03 05:07reinaldoguerraStatusnew => scheduled
2014-10-03 06:55reinaldoguerraNote Added: 0070673
2014-10-06 15:19ngarciaPriorityurgent => immediate
2014-10-15 10:48hgbotCheckin
2014-10-15 10:48hgbotNote Added: 0070946
2014-10-15 10:48hgbotStatusscheduled => resolved
2014-10-15 10:48hgbotResolutionopen => fixed
2014-10-15 10:48hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.pickinglist/rev/ba2f4d0791e6fc6ef1761188bfb273b2bbaf0540 [^]
2014-10-15 10:48vmromanosReview Assigned To => vmromanos
2014-10-15 10:48vmromanosNote Added: 0070947
2014-10-15 10:48vmromanosStatusresolved => closed

Notes
(0070673)
reinaldoguerra   
2014-10-03 06:55   
Test plan used:
1- Login into Openbravo ERP
2- Create a Sales Order for a Business Partner and book it
3- Set the Business Partner as inactive
4- Navigate to the Sales Order and try to Generate a Picking List from it
5- Error message: "Business Partner used in transaction is inactive." is shown.
(0070946)
hgbot   
2014-10-15 10:48   
Repository: erp/pmods/org.openbravo.warehouse.pickinglist
Changeset: ba2f4d0791e6fc6ef1761188bfb273b2bbaf0540
Author: Reinaldo Guerra <reinaldo.guerra <at> peoplewalking.com>
Date: Fri Oct 03 00:12:48 2014 -0500
URL: http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.pickinglist/rev/ba2f4d0791e6fc6ef1761188bfb273b2bbaf0540 [^]

Fixed bug 27586: Picking List can be created for inactive business partners.

Create Picking List method in Utilities class of Warehouse Picking module throws an exception when creating picking list from orders with inactive BPartner.
Now when creating a picking list from an order with inactive BPartner a standard openbravo error message is shown.

---
M src/org/openbravo/warehouse/pickinglist/Utilities.java
---
(0070947)
vmromanos   
2014-10-15 10:48   
Code review + testing OK