projects
/
WP-Plugins
/
glm-client-info.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61dc9e0
)
add extra phone field
author
Steve Sutton
<steve@gaslightmedia.com>
Wed, 6 Jan 2016 13:40:55 +0000
(08:40 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Wed, 6 Jan 2016 13:40:55 +0000
(08:40 -0500)
controllers/Admin.php
patch
|
blob
|
history
diff --git
a/controllers/Admin.php
b/controllers/Admin.php
index
d299e36
..
1f6df54
100644
(file)
--- a/
controllers/Admin.php
+++ b/
controllers/Admin.php
@@
-278,6
+278,11
@@
class Glmclientinfo_Admin_Controller
'label' => 'Phone',
'type' => 'text'
),
+ array(
+ 'name' => 'phone2',
+ 'label' => 'Phone 2',
+ 'type' => 'text'
+ ),
array(
'name' => 'fax',
'label' => 'Fax',