Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0011259 | Openbravo ERP | 07. Sales management | public | 2009-11-05 12:43 | 2011-09-20 18:49 |
|
Reporter | FrancescoFinamore | |
Assigned To | jonalegriaesarte | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | rPath Linux |
Product Version | | |
Target Version | | Fixed in Version | 3.0MP0 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0011259: Generated payment |
Description | When complete one invoice , it creates a payment with description
'* ' || v_DocumentNo || ' * (' || COALESCE(TO_CHAR(v_BPartnerName) ,'') ||( CASE WHEN v_POReference IS NULL THEN '' ELSE ' .Ref:'||TO_CHAR(v_POReference) END) || ' )'
But there isn't a point where v_BPartnerName is valued |
Steps To Reproduce | |
Proposed Solution | insert into c_invoice_post :
select name into v_BPartnerName
from c_bpartner
where c_bpartner_id=v_BPartner_ID;
Before the line
v_ResultStr:='Generating C_Debt_Payment';
|
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2009-11-05 12:43 | FrancescoFinamore | New Issue | |
2009-11-05 12:43 | FrancescoFinamore | Assigned To | => rafaroda |
2009-12-02 14:30 | rafaroda | Note Added: 0022364 | |
2009-12-02 14:30 | rafaroda | Status | new => feedback |
2009-12-02 16:26 | FrancescoFinamore | Note Added: 0022368 | |
2009-12-03 11:30 | dedemo | Note Added: 0022395 | |
2010-02-11 17:56 | rafaroda | Assigned To | rafaroda => adrianromero |
2011-06-03 11:00 | dalsasua | Assigned To | adrianromero => dalsasua |
2011-07-20 18:11 | dalsasua | Assigned To | dalsasua => jonalegriaesarte |
2011-09-20 18:49 | dmitry_mezentsev | Note Added: 0041155 | |
2011-09-20 18:49 | dmitry_mezentsev | Status | feedback => closed |
2011-09-20 18:49 | dmitry_mezentsev | Resolution | open => fixed |
2011-09-20 18:49 | dmitry_mezentsev | Fixed in Version | => 3.0MP0 |