From 9ced237fed955a64f0b6f8a71a1d17ce1223d527 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Wed, 24 Jan 2024 11:25:57 +0800 Subject: [PATCH] * Fix bug #44812. --- module/product/ui/edit.html.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/product/ui/edit.html.php b/module/product/ui/edit.html.php index 06d69f6e64..2fa8b44332 100644 --- a/module/product/ui/edit.html.php +++ b/module/product/ui/edit.html.php @@ -11,6 +11,7 @@ declare(strict_types=1); namespace zin; $fields = useFields('product.edit'); +$fields->orders('name,code', 'type,status', 'reviewer,QD,RD'); $fields->fullModeOrders('name,code', 'type,status', 'reviewer,QD,RD'); formGridPanel