diff --git a/app/commands/SendRecurringInvoices.php b/app/commands/SendRecurringInvoices.php new file mode 100755 index 000000000000..96657aa7e606 --- /dev/null +++ b/app/commands/SendRecurringInvoices.php @@ -0,0 +1,69 @@ +info('Running SendRecurringInvoices...'); + + $this->info('Done'); + } + + /** + * Get the console command arguments. + * + * @return array + */ + protected function getArguments() + { + return array( + //array('example', InputArgument::REQUIRED, 'An example argument.'), + ); + } + + /** + * Get the console command options. + * + * @return array + */ + protected function getOptions() + { + return array( + //array('example', null, InputOption::VALUE_OPTIONAL, 'An example option.', null), + ); + } + +} \ No newline at end of file diff --git a/app/controllers/ClientController.php b/app/controllers/ClientController.php index 5473ee8a5326..6fe3133cf378 100755 --- a/app/controllers/ClientController.php +++ b/app/controllers/ClientController.php @@ -44,8 +44,11 @@ class ClientController extends \BaseController { Select