From 6f7d0bfaca84b3ae11dc3f15cb6397e78f33ff0f Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 8 Feb 2017 13:29:51 +0200 Subject: [PATCH] customers => add phone in view --- src/app/backend/views/customers/index.php | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/src/app/backend/views/customers/index.php b/src/app/backend/views/customers/index.php index cab5ba6..1f2689b 100644 --- a/src/app/backend/views/customers/index.php +++ b/src/app/backend/views/customers/index.php @@ -31,6 +31,7 @@ '
'. '
'. ''. + '
'.$p['phone'].'
'. '
'. '
'. '
'; -- libgit2 0.21.4