Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0044310Openbravo ERPZ. Otherspublic2020-06-08 22:032020-06-24 15:56
AtulOpenbravo 
AtulOpenbravo 
normalmajorhave not tried
closedfixed 
5
 
PR20Q3 
dmiguelez
Core
No
0044310: Avoid hard code value for Doc Type ID parameter when calling DB function m_get_default_aum_for_document
Avoid hard code value for Doc Type ID parameter when calling DB function m_get_default_aum_for_document in the below Candidates

M_CREATEPOLINES_PE_V
CopyFromOrder_data.xsql
C_INVOICE_CREATE
-
No tags attached.
related to feature request 0044033 closed AtulOpenbravo Review and probably remove unused RptC_OrderP java and jrxml files 
Issue History
2020-06-08 22:03AtulOpenbravoNew Issue
2020-06-08 22:03AtulOpenbravoAssigned To => Triage Finance
2020-06-08 22:03AtulOpenbravoModules => Core
2020-06-08 22:03AtulOpenbravoTriggers an Emergency Pack => No
2020-06-08 22:06AtulOpenbravoRelationship addedrelated to 0044033
2020-06-17 18:01AtulOpenbravoStatusnew => scheduled
2020-06-17 18:01AtulOpenbravoAssigned ToTriage Finance => AtulOpenbravo
2020-06-24 15:55hgbotCheckin
2020-06-24 15:55hgbotNote Added: 0121039
2020-06-24 15:55hgbotStatusscheduled => resolved
2020-06-24 15:55hgbotResolutionopen => fixed
2020-06-24 15:55hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/cc1e88215ec85f6c7efab8435c287061e757085e [^]
2020-06-24 15:56dmiguelezReview Assigned To => dmiguelez
2020-06-24 15:56dmiguelezNote Added: 0121040
2020-06-24 15:56dmiguelezStatusresolved => closed
2020-06-24 15:56dmiguelezFixed in Version => 3.0PR20Q3

Notes
(0121039)
hgbot   
2020-06-24 15:55   
Repository: erp/devel/pi
Changeset: cc1e88215ec85f6c7efab8435c287061e757085e
Author: Atul Gaware <atul.gaware <at> openbravo.com>
Date: Thu Jun 18 11:01:21 2020 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/cc1e88215ec85f6c7efab8435c287061e757085e [^]

Fixes BUG-0044310: Avoid hard code value for Doc Type ID
parameter when calling DB function m_get_default_aum_for_document

**Fetch Document Type ID from C_Order that is to be used as a parameter
for DB function M_GET_DEFAULT_AUM_FOR_DOCUMENT instead of a fixed ID.

---
M src-db/database/model/functions/C_INVOICE_CREATE.xml
M src-db/database/model/views/M_CREATEPOLINES_PE_V.xml
M src/org/openbravo/erpCommon/ad_actionButton/CopyFromOrder_data.xsql
---
(0121040)
dmiguelez   
2020-06-24 15:56   
Code Review + Testing Ok