diff --git a/db/ddlutils/postgresql/functions/BOM_PriceList.sql b/db/ddlutils/postgresql/functions/BOM_PriceList.sql index 380ad4aa90..1f6fe191be 100644 --- a/db/ddlutils/postgresql/functions/BOM_PriceList.sql +++ b/db/ddlutils/postgresql/functions/BOM_PriceList.sql @@ -57,4 +57,4 @@ BEGIN RETURN v_Price; END; $BODY$ - LANGUAGE 'plpgsql' STABLE STRICT + LANGUAGE 'plpgsql' STABLE STRICT; diff --git a/db/ddlutils/postgresql/functions/BOM_PriceStd.sql b/db/ddlutils/postgresql/functions/BOM_PriceStd.sql index 5e3cb86c25..3b7b8f6672 100644 --- a/db/ddlutils/postgresql/functions/BOM_PriceStd.sql +++ b/db/ddlutils/postgresql/functions/BOM_PriceStd.sql @@ -56,4 +56,4 @@ BEGIN RETURN v_Price; END; $BODY$ - LANGUAGE 'plpgsql' STABLE STRICT + LANGUAGE 'plpgsql' STABLE STRICT; diff --git a/db/ddlutils/postgresql/functions/BOM_Qty_OnHand.sql b/db/ddlutils/postgresql/functions/BOM_Qty_OnHand.sql index ec9e2a99f6..dce587d33d 100644 --- a/db/ddlutils/postgresql/functions/BOM_Qty_OnHand.sql +++ b/db/ddlutils/postgresql/functions/BOM_Qty_OnHand.sql @@ -131,4 +131,4 @@ BEGIN RETURN 0; END; $BODY$ - LANGUAGE 'plpgsql' STABLE STRICT \ No newline at end of file + LANGUAGE 'plpgsql' STABLE STRICT; diff --git a/db/ddlutils/postgresql/functions/BOM_Qty_OnHandASI.sql b/db/ddlutils/postgresql/functions/BOM_Qty_OnHandASI.sql index 9fe51c99fa..56bc89c29b 100644 --- a/db/ddlutils/postgresql/functions/BOM_Qty_OnHandASI.sql +++ b/db/ddlutils/postgresql/functions/BOM_Qty_OnHandASI.sql @@ -135,4 +135,4 @@ BEGIN RETURN 0; END; $BODY$ - LANGUAGE 'plpgsql' STABLE STRICT \ No newline at end of file + LANGUAGE 'plpgsql' STABLE STRICT; diff --git a/db/ddlutils/postgresql/functions/BOM_Qty_Ordered.sql b/db/ddlutils/postgresql/functions/BOM_Qty_Ordered.sql index 402c4d8f86..bd52f2dc72 100644 --- a/db/ddlutils/postgresql/functions/BOM_Qty_Ordered.sql +++ b/db/ddlutils/postgresql/functions/BOM_Qty_Ordered.sql @@ -139,4 +139,4 @@ BEGIN RETURN 0; END; $BODY$ - LANGUAGE 'plpgsql' STABLE STRICT \ No newline at end of file + LANGUAGE 'plpgsql' STABLE STRICT; diff --git a/db/ddlutils/postgresql/functions/BOM_Qty_OrderedASI.sql b/db/ddlutils/postgresql/functions/BOM_Qty_OrderedASI.sql index fae73b6820..123bf5b85d 100644 --- a/db/ddlutils/postgresql/functions/BOM_Qty_OrderedASI.sql +++ b/db/ddlutils/postgresql/functions/BOM_Qty_OrderedASI.sql @@ -141,4 +141,4 @@ BEGIN RETURN 0; END; $BODY$ - LANGUAGE 'plpgsql' STABLE STRICT \ No newline at end of file + LANGUAGE 'plpgsql' STABLE STRICT; diff --git a/db/ddlutils/postgresql/functions/BOM_Qty_Reserved.sql b/db/ddlutils/postgresql/functions/BOM_Qty_Reserved.sql index ab047f2111..910e79e0b6 100644 --- a/db/ddlutils/postgresql/functions/BOM_Qty_Reserved.sql +++ b/db/ddlutils/postgresql/functions/BOM_Qty_Reserved.sql @@ -137,4 +137,4 @@ BEGIN RETURN 0; END; $BODY$ - LANGUAGE 'plpgsql' STABLE STRICT \ No newline at end of file + LANGUAGE 'plpgsql' STABLE STRICT; diff --git a/db/ddlutils/postgresql/functions/BOM_Qty_ReservedASI.sql b/db/ddlutils/postgresql/functions/BOM_Qty_ReservedASI.sql index f2bd7a5c03..9d12ac3fcd 100644 --- a/db/ddlutils/postgresql/functions/BOM_Qty_ReservedASI.sql +++ b/db/ddlutils/postgresql/functions/BOM_Qty_ReservedASI.sql @@ -141,4 +141,4 @@ BEGIN RETURN 0; END; $BODY$ - LANGUAGE 'plpgsql' STABLE STRICT \ No newline at end of file + LANGUAGE 'plpgsql' STABLE STRICT;