http://sourceforge.net/tracker/index.php?func=detail&aid=1811884&group_id=176962&atid=879332 Bug fix for documentNo pljava function needed by MRP Detail Review report in libero.
This commit is contained in:
parent
975526b813
commit
89a28c6716
|
@ -0,0 +1,7 @@
|
|||
CREATE FUNCTION documentNo(p_MPC_MRP_ID numeric) RETURNS character varying
|
||||
|
||||
AS $$org.compiere.sqlj.Manufacturing.documentNo(int)$$
|
||||
LANGUAGE java;
|
||||
|
||||
|
||||
ALTER FUNCTION adempiere.documentNo(p_MPC_MRP_ID numeric) OWNER TO postgres;
|
Loading…
Reference in New Issue