From 4f7d17fa5e425e3ce6500248c194c88dc03ccee5 Mon Sep 17 00:00:00 2001 From: lubshad Date: Thu, 11 Jun 2026 12:35:10 +0530 Subject: [PATCH] allow_customer_credit_payment added into settings --- POS/src/components/settings/POSSettings.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/POS/src/components/settings/POSSettings.vue b/POS/src/components/settings/POSSettings.vue index 89ca3e85..549c522b 100644 --- a/POS/src/components/settings/POSSettings.vue +++ b/POS/src/components/settings/POSSettings.vue @@ -343,6 +343,11 @@ :label="__('Allow Credit Sale')" :description="__('Enable sales on credit')" /> +