Revision 544

Date:
2016/01/21 14:32:53
Author:
ahitrov
Revision Log:
Adding logistic company name in context

Files:

Legend:

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

     
    31 31 },
    32 32 { 'attr' => 'town', 'type' => 'string', 'rusname' => 'Город',
    33 33 mandatory => 1, rel => 'Не указан город' },
    34 { 'attr' => 'carrier', 'type' => 'string', 'rusname' => 'Транспортная компания' },
    34 35 { 'attr' => 'metro', 'type' => 'string', 'rusname' => 'Ближайшее метро' },
    35 36 { 'attr' => 'address', 'type' => 'text', 'rusname' => 'Адрес доставки', rows => 5,
    36 37 mandatory => 1, rel => 'Не заполнен адрес доставки' },
  • utf8/plugins/webshop/lib/webshop/Order.pm

     
    65 65 },
    66 66 { 'attr' => 'town', 'type' => 'string', 'rusname' => 'Город', postshow => 1, facilshow => 1,
    67 67 mandatory => 1, rel => 'Не указан город' },
    68 { 'attr' => 'carrier', 'type' => 'string', 'rusname' => 'Транспортная компания', postshow => 1 },
    68 69 { 'attr' => 'metro', 'type' => 'string', 'rusname' => 'Ближайшее метро', manager_hidden => 1, postshow => 1 },
    69 70 { 'attr' => 'timeline', 'type' => 'string', 'rusname' => 'Предпочтительное время', postshow => 1, },
    70 71 { 'attr' => 'description', 'type' => 'text', 'rusname' => 'Описание для курьера', rows => 5, postshow => 1, faciledit => 1 },