diff --git a/app/Views/attributes/manage.php b/app/Views/attributes/manage.php index d694f97d4..b96936a55 100644 --- a/app/Views/attributes/manage.php +++ b/app/Views/attributes/manage.php @@ -14,7 +14,7 @@ table_support.init({ resource: '', - headers: , + headers: , pageSize: , uniqueId: 'definition_id' }); diff --git a/app/Views/cashups/manage.php b/app/Views/cashups/manage.php index 998d1dead..9179f1895 100644 --- a/app/Views/cashups/manage.php +++ b/app/Views/cashups/manage.php @@ -26,7 +26,7 @@ $(document).ready(function() table_support.init({ resource: '', - headers: , + headers: , pageSize: , uniqueId: 'cashup_id', queryParams: function() { diff --git a/app/Views/expenses/manage.php b/app/Views/expenses/manage.php index e5cf62814..8a3b8cb85 100644 --- a/app/Views/expenses/manage.php +++ b/app/Views/expenses/manage.php @@ -26,7 +26,7 @@ $(document).ready(function() table_support.init({ resource: '', - headers: , + headers: , pageSize: , uniqueId: 'expense_id', onLoadSuccess: function(response) { diff --git a/app/Views/expenses_categories/manage.php b/app/Views/expenses_categories/manage.php index 766e5b11d..dc8a8714c 100644 --- a/app/Views/expenses_categories/manage.php +++ b/app/Views/expenses_categories/manage.php @@ -13,7 +13,7 @@ $(document).ready(function() table_support.init({ resource: '', - headers: , + headers: , pageSize: , uniqueId: 'expense_category_id', diff --git a/app/Views/giftcards/manage.php b/app/Views/giftcards/manage.php index 49cf291c1..589b609d5 100644 --- a/app/Views/giftcards/manage.php +++ b/app/Views/giftcards/manage.php @@ -11,7 +11,7 @@ $(document).ready(function() table_support.init({ resource: '', - headers: , + headers: , pageSize: , uniqueId: 'giftcard_id' }); diff --git a/app/Views/item_kits/manage.php b/app/Views/item_kits/manage.php index 5a772f299..cf576f00c 100644 --- a/app/Views/item_kits/manage.php +++ b/app/Views/item_kits/manage.php @@ -13,7 +13,7 @@ $(document).ready(function() table_support.init({ resource: '', - headers: , + headers: , pageSize: , uniqueId: 'item_kit_id' }); diff --git a/app/Views/items/manage.php b/app/Views/items/manage.php index 36e4c6fde..7997767a9 100644 --- a/app/Views/items/manage.php +++ b/app/Views/items/manage.php @@ -51,7 +51,7 @@ $(document).ready(function() table_support.init({ employee_id: get_logged_in_employee_info()->person_id ?>, resource: '', - headers: , + headers: , pageSize: , uniqueId: 'items.item_id', queryParams: function() { diff --git a/app/Views/people/manage.php b/app/Views/people/manage.php index cc46c0f6f..19ff78431 100644 --- a/app/Views/people/manage.php +++ b/app/Views/people/manage.php @@ -13,7 +13,7 @@ $(document).ready(function() table_support.init({ resource: '', - headers: , + headers: , pageSize: , uniqueId: 'people.person_id', enableActions: function() diff --git a/app/Views/sales/manage.php b/app/Views/sales/manage.php index 94f69f2a6..0d654ce81 100644 --- a/app/Views/sales/manage.php +++ b/app/Views/sales/manage.php @@ -35,7 +35,7 @@ $(document).ready(function() table_support.init({ resource: '', - headers: , + headers: , pageSize: , uniqueId: 'sale_id', onLoadSuccess: function(response) { diff --git a/app/Views/taxes/tax_rates.php b/app/Views/taxes/tax_rates.php index ced06fb1f..4a5397a78 100644 --- a/app/Views/taxes/tax_rates.php +++ b/app/Views/taxes/tax_rates.php @@ -10,7 +10,7 @@ $(document).ready(function() table_support.init({ resource: '', - headers: , + headers: , pageSize: , uniqueId: 'tax_rate_id' });