correct functions - must end to concatenate in one script
This commit is contained in:
parent
0e76b2ee89
commit
12023c1d82
|
@ -67,4 +67,4 @@ BEGIN
|
|||
RETURN ROUND(COALESCE(v_PaymentAmt,0), 2) * v_MultiplierAP;
|
||||
END;
|
||||
$BODY$
|
||||
LANGUAGE 'plpgsql' STABLE STRICT
|
||||
LANGUAGE 'plpgsql' STABLE STRICT;
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
set client_encoding='LATIN1';
|
||||
|
||||
CREATE OR REPLACE FUNCTION ProductAttribute
|
||||
(
|
||||
p_M_AttributeSetInstance_ID NUMERIC
|
||||
|
|
Loading…
Reference in New Issue