Index: Order.pm =================================================================== --- Order.pm (revision 798) +++ Order.pm (revision 799) @@ -53,6 +53,8 @@ manager_hidden => 1, column => 7, postshow => 1, facilshow => 1 }, { '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 }, { '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, },