diff --git a/Theme/Backend/production-list.tpl.php b/Theme/Backend/production-list.tpl.php index 7ae89ff..4b6cfb3 100644 --- a/Theme/Backend/production-list.tpl.php +++ b/Theme/Backend/production-list.tpl.php @@ -32,8 +32,8 @@ echo $this->getData('nav')->render(); ?> getText('Status'); ?> - getText('ID'); ?> - getText('ID'); ?> + getText('ID', 0, 0); ?> + getText('ID', 0, 0); ?> getText('Article'); ?> getText('Quantity'); ?> getText('Start'); ?> @@ -52,7 +52,7 @@ echo $this->getData('nav')->render(); ?> - getText('Empty'); ?> + getText('Empty', 0, 0); ?> diff --git a/Theme/backend/production-list.tpl.php b/Theme/backend/production-list.tpl.php index 7ae89ff..4b6cfb3 100644 --- a/Theme/backend/production-list.tpl.php +++ b/Theme/backend/production-list.tpl.php @@ -32,8 +32,8 @@ echo $this->getData('nav')->render(); ?> getText('Status'); ?> - getText('ID'); ?> - getText('ID'); ?> + getText('ID', 0, 0); ?> + getText('ID', 0, 0); ?> getText('Article'); ?> getText('Quantity'); ?> getText('Start'); ?> @@ -52,7 +52,7 @@ echo $this->getData('nav')->render(); ?> - getText('Empty'); ?> + getText('Empty', 0, 0); ?>