Revision 799
- Date:
- 2020/07/28 20:09:38
- Files:
Legend:
- Added
- Removed
- Modified
-
utf8/plugins/webshop/lib/webshop/Order.pm
53 53 manager_hidden => 1, column => 7, postshow => 1, facilshow => 1 }, 54 54 { 'attr' => 'sum_total', 'type' => 'string', 'rusname' => 'Сумма общая', shortname => 'Total', 55 55 manager_hidden => 1, column => 8, virtual => 1, postshow => 1, facilshow => 1 }, 56 { 'attr' => 'tracking', 'type' => 'string', 'rusname' => 'Трек-номер заказа', shortname => 'Трекинг', 57 postshow => 1, facilshow => 1 }, 56 58 { 'attr' => 'contact', 'type' => 'string', 'rusname' => 'Контактное лицо', facilshow => 1 }, 57 59 { 'attr' => 'email', 'type' => 'string', 'rusname' => 'E-mail для связи', shortname => 'E-mail', 58 60 column => 3, postshow => 1, facilshow => 1, mandatory => 1, },