From 50b5bd7bd984ef108e8bd324440050a222d8262f Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Mon, 25 Sep 2023 14:50:43 +0700 Subject: Fix promotion program feature --- indoteknik_custom/models/promotion/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'indoteknik_custom/models/promotion/__init__.py') diff --git a/indoteknik_custom/models/promotion/__init__.py b/indoteknik_custom/models/promotion/__init__.py index 631df8f3..1e15d714 100644 --- a/indoteknik_custom/models/promotion/__init__.py +++ b/indoteknik_custom/models/promotion/__init__.py @@ -4,4 +4,5 @@ from . import promotion_product from . import promotion_free_product from . import sale_order_promotion from . import sale_order_line -from . import sale_order \ No newline at end of file +from . import sale_order +from . import promotion_keyword \ No newline at end of file -- cgit v1.2.3