change: add new mat id to exception

Signed-off-by: Pakin <pakin.t@forth.co.th>
This commit is contained in:
Pakin 2026-07-21 14:50:11 +07:00
parent c2d786b0ef
commit 2ac6db379a

View file

@ -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