Index: Order.pm =================================================================== --- Order.pm (revision 799) +++ Order.pm (revision 800) @@ -54,7 +54,7 @@ { 'attr' => 'sum_total', 'type' => 'string', 'rusname' => 'Сумма общая', shortname => 'Total', manager_hidden => 1, column => 8, virtual => 1, postshow => 1, facilshow => 1 }, { 'attr' => 'tracking', 'type' => 'string', 'rusname' => 'Трек-номер заказа', shortname => 'Трекинг', - postshow => 1, facilshow => 1 }, + postedit => 1, faciledit => 1 }, { 'attr' => 'contact', 'type' => 'string', 'rusname' => 'Контактное лицо', facilshow => 1 }, { 'attr' => 'email', 'type' => 'string', 'rusname' => 'E-mail для связи', shortname => 'E-mail', column => 3, postshow => 1, facilshow => 1, mandatory => 1, },