change: add new mat id to exception
Signed-off-by: Pakin <pakin.t@forth.co.th>
This commit is contained in:
parent
c2d786b0ef
commit
2ac6db379a
1 changed files with 2 additions and 1 deletions
|
|
@ -126,7 +126,8 @@ pub fn check_allowed_change_mat_prefix(mat_id: Value) -> bool {
|
||||||
let mat_id_i = mat_id.as_i64().unwrap();
|
let mat_id_i = mat_id.as_i64().unwrap();
|
||||||
|
|
||||||
let mut exception_list = vec![
|
let mut exception_list = vec![
|
||||||
2101, 1031, 1, 9100, 8101, 8102, 8001, 8002, 8888, 8889, 200000, 201001, 201002, 100004, 0,
|
2101, 1031, 1, 9100, 8101, 8102, 8001, 8002, 8888, 8889, 200000, 200001, 201001, 201002,
|
||||||
|
100004, 0,
|
||||||
];
|
];
|
||||||
|
|
||||||
// topping slot
|
// topping slot
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue