Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0009192Openbravo ERP03. Procurement managementpublic2009-05-27 02:122009-05-29 00:00
gkfabs 
rafaroda 
normalmajoralways
closedduplicate 
20rPath Linux
2.50 
 
Core
No
0009192: When completing a purchase invoice I get an error
When completing a purchase invoice I get the error

Postgresql logs

2009-05-26 14:16:03 MDT NOTICE: Creating C_Cash
2009-05-26 14:16:03 MDT CONTEXT: SQL statement "SELECT C_INVOICE_POST( $1 , NULL)"
        PL/pgSQL function "c_invoice_post0" line 27 at PERFORM
2009-05-26 14:16:03 MDT NOTICE: @ERROR=operator does not exist: character varying = numeric
Create a new purchase invoice from a purchase order from a requirement. Try to complete it.
In the file ./src-db/database/model/functions/C_INVOICE_POST.xml

Line 1457

Replace:
        v_CB_Curr NUMBER;

With
        v_CB_Curr VARCHAR2(32);

The v_CB_Curr is used to keep an id. Id are not numerics, they are chars because of the uuid change.
No tags attached.
duplicate of defect 0008758 closed areefbasha Unable to complete Purchase Invoices with form of payment cash - UUID 
Issue History
2009-05-27 02:12gkfabsNew Issue
2009-05-27 02:12gkfabsAssigned To => rafaroda
2009-05-28 12:14psarobeRelationship addedduplicate of 0008758
2009-05-28 12:14psarobeStatusnew => closed
2009-05-28 12:14psarobeDuplicate ID0 => 8758
2009-05-28 12:14psarobeResolutionopen => duplicate
2009-05-29 00:00anonymoussf_bug_id0 => 2798140

There are no notes attached to this issue.