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