BF2022643 Function bomQtyReservedASI not working in Oracle
This commit is contained in:
parent
008b832548
commit
7d15b2c5d1
|
@ -92,7 +92,7 @@ CREATE OR REPLACE FUNCTION bomQtyReservedASI (M_Product_ID NUMBER, M_AttributeSe
|
|||
M_Locator_ID NUMBER)
|
||||
RETURN NUMBER
|
||||
AS LANGUAGE JAVA
|
||||
NAME 'org.compiere.sqlj.Product.bomQtyReserved(int,int,int,int) return java.math.BigDecimal';
|
||||
NAME 'org.compiere.sqlj.Product.bomQtyReservedASI(int,int,int,int) return java.math.BigDecimal';
|
||||
/
|
||||
|
||||
/** Currency **/
|
||||
|
|
Loading…
Reference in New Issue