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:
wght 2007-10-11 22:22:47 +00:00
parent 975526b813
commit 89a28c6716
1 changed files with 7 additions and 0 deletions

View File

@ -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;