Fix small error with script migration
This commit is contained in:
parent
b70482e504
commit
57919be48c
|
@ -658,7 +658,7 @@ SELECT it.AD_Client_ID, it.AD_Org_ID, it.IsActive, it.Created, it.CreatedBy, it.
|
|||
FROM C_InvoiceTax it
|
||||
INNER JOIN C_Tax_Trl t ON (it.C_Tax_ID=t.C_Tax_ID);
|
||||
|
||||
DROP VIEW M_INOUT_HEADER_VT;
|
||||
DROP VIEW M_INOUT_LINE_VT;
|
||||
CREATE OR REPLACE VIEW M_INOUT_LINE_VT
|
||||
(AD_CLIENT_ID, AD_ORG_ID, ISACTIVE, CREATED, CREATEDBY,
|
||||
UPDATED, UPDATEDBY, AD_LANGUAGE, M_INOUT_ID, M_INOUTLINE_ID,
|
||||
|
|
Loading…
Reference in New Issue