Revision 800

Date:
2020/07/30 10:43:07
Author:
ahitrov
Revision Log:
edit
Files:

Legend:

 
Added
 
Removed
 
Modified
  • utf8/plugins/webshop/lib/webshop/Order.pm

     
    54 54 { 'attr' => 'sum_total', 'type' => 'string', 'rusname' => 'Сумма общая', shortname => 'Total',
    55 55 manager_hidden => 1, column => 8, virtual => 1, postshow => 1, facilshow => 1 },
    56 56 { 'attr' => 'tracking', 'type' => 'string', 'rusname' => 'Трек-номер заказа', shortname => 'Трекинг',
    57 postshow => 1, facilshow => 1 },
    57 postedit => 1, faciledit => 1 },
    58 58 { 'attr' => 'contact', 'type' => 'string', 'rusname' => 'Контактное лицо', facilshow => 1 },
    59 59 { 'attr' => 'email', 'type' => 'string', 'rusname' => 'E-mail для связи', shortname => 'E-mail',
    60 60 column => 3, postshow => 1, facilshow => 1, mandatory => 1, },