diff --git a/Theme/Backend/supplier-profile.tpl.php b/Theme/Backend/supplier-profile.tpl.php index d39f15b..c4f4b7a 100644 --- a/Theme/Backend/supplier-profile.tpl.php +++ b/Theme/Backend/supplier-profile.tpl.php @@ -36,16 +36,16 @@ echo $this->getData('nav')->render();
-| Main: - | |
| Phone: + | |
| = $this->getHtml('Main'); ?>: + | |
| = $this->getHtml('Phone'); ?>: | - |
| Email: + | |
| = $this->getHtml('Email'); ?>: | - |
| Accounting: - | |
| Phone: + | |
| = $this->getHtml('Accounting'); ?>: + | |
| = $this->getHtml('Phone'); ?>: | - |
| Email: + | |
| = $this->getHtml('Email'); ?>: |
| YTD Sales: + | |
| = $this->getHtml('YTDSales'); ?>: | - |
| MTD Sales: + | |
| = $this->getHtml('MTDSales'); ?>: | - |
| CLV: + | |
| = $this->getHtml('CLV'); ?>: | - |
| MRR: + | |
| = $this->getHtml('MRR'); ?>: |
| Last Contact: + | |
| = $this->getHtml('LastContact'); ?>: | - |
| Last Order: + | |
| = $this->getHtml('LastOrder'); ?>: | - |
| Created: + | |
| = $this->getHtml('Created'); ?>: | - |
| Modified: + | |
| = $this->getHtml('Modified'); ?>: |
| DSO: + | |
| = $this->getHtml('DSO'); ?>: | - |
| Due: + | |
| = $this->getHtml('DUE'); ?>: | - |
| Balance: + | |
| = $this->getHtml('Balance'); ?>: | - |
| Credit Rating: + | |
| = $this->getHtml('CreditRating'); ?>: |