Removed find customer link. Search should be used instead
This commit is contained in:
parent
d790121520
commit
d9d4cf3cd9
3
vendors/shells/vault.php
vendored
3
vendors/shells/vault.php
vendored
|
|
@ -352,7 +352,7 @@ class VaultShell extends Shell {
|
|||
$this->Email->create();
|
||||
$emailID = $this->Email->saveAll($newEmail);
|
||||
if(!empty($emailID)) {
|
||||
echo "Success. We made an email ID: $emailID\n";
|
||||
echo "Success. We made an email\n";
|
||||
}
|
||||
else {
|
||||
|
||||
|
|
@ -382,7 +382,6 @@ class VaultShell extends Shell {
|
|||
|
||||
function makeSymlink($email_filename, $vault_dir, $processed_dir) {
|
||||
if(symlink($vault_dir."/".$email_filename, $processed_dir."/".$email_filename)) {
|
||||
echo "Created Symlink sucessfully. Email processed\n";
|
||||
return true;
|
||||
}
|
||||
else {
|
||||
|
|
|
|||
|
|
@ -68,7 +68,6 @@
|
|||
<li><?php echo $html->link('Customers', '/customers/index'); ?>
|
||||
<ul>
|
||||
<li><?php echo $html->link('Customer Index', '/customers/index'); ?></li>
|
||||
<li><?php echo $html->link('Find Customer', '#', array('id'=>'searchLink')); ?></li>
|
||||
<li><?php echo $html->link('Add Customer', '/customers/add'); ?></li>
|
||||
<li class="last"><?php echo $html->link('Industries', '/industries/index'); ?></li>
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Reference in a new issue