Fixes and add label to tables

This commit is contained in:
2022-04-16 15:21:07 -05:00
parent 073cc9452e
commit 8b0ddff515
13 changed files with 76 additions and 38 deletions
+1 -2
View File
@@ -11,8 +11,6 @@ class Supplier
product_categories.products
product_categories.products.product_variants
]
#devise :database_authenticatable, :recoverable, :rememberable, :trackable, :registerable, :confirmable
property :name
@@ -30,6 +28,7 @@ class Supplier
property :week_starts_on_monday, type: :boolean, default: true
property :employee_settings_storage
property :user_message
property :table_qr_template, default: '{{#if label}}{{number}} - {{label}}{{else}}{{number}}{{/if}}'
# PAYMENT
property :accept_bitpay, type: :boolean, default: false