diff --git a/web/com.practicsbs.saftpt.retail/js/components/bp-addproperties.js b/web/com.practicsbs.saftpt.retail/js/components/bp-addproperties.js
index f0241e394a98c086a96c1681b5708bd17df68110..4bb988d94bf5f708832c9fef8d608be7634f6c41 100644
--- a/web/com.practicsbs.saftpt.retail/js/components/bp-addproperties.js
+++ b/web/com.practicsbs.saftpt.retail/js/components/bp-addproperties.js
@@ -58,8 +58,12 @@ enyo.kind({
     inEvent.customer.set(me.modelProperty, me.checked);
   },
   initComponents: function() {
-    if (this.readOnly) {
-      this.setAttribute('readonly', 'readonly');
+    if (OB.MobileApp.model.get('terminal').saftrConfig) {
+      if (this.readOnly) {
+        this.setAttribute('readonly', 'readonly');
+      }
+    } else {
+      this.owner.owner.hide();
     }
   }
 });
