navigating to Order after saving journal
This commit is contained in:
@@ -49,6 +49,16 @@ class OrderJournalController extends mfBaseController {
|
||||
if (is_array($this->request->filter)) {
|
||||
$query["filter"] = $this->request->filter;
|
||||
}
|
||||
if($this->request->voiceProductsOnly) {
|
||||
$query['voiceProductsOnly'] = 1;
|
||||
}
|
||||
if($this->request->specialProductsOnly) {
|
||||
$query['specialProductsOnly'] = 1;
|
||||
}
|
||||
if($this->request->noTermProducts) {
|
||||
$query['noTermProducts'] = 1;
|
||||
}
|
||||
|
||||
$qs = http_build_query($query);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user