Stupid shipment cats
This commit is contained in:
parent
08c51a3f9f
commit
539dd2343a
|
|
@ -262,10 +262,11 @@ class JobsController extends AppController {
|
|||
|
||||
function shipment_category_options() {
|
||||
$options = array(
|
||||
0 => 'Indent - via CMC',
|
||||
1 => 'Direct - Principle to final',
|
||||
2 => 'Stock',
|
||||
3 => 'No Shipment'
|
||||
0 => '',
|
||||
1 => 'Indent - via CMC',
|
||||
2 => 'Direct - Principle to final',
|
||||
3 => 'Stock',
|
||||
4 => 'No Shipment'
|
||||
);
|
||||
|
||||
return $options;
|
||||
|
|
|
|||
Loading…
Reference in a new issue