Revision 719
- Date:
- 2018/09/12 11:59:27
- Files:
Legend:
- Added
- Removed
- Modified
-
utf8/plugins/webshop/lib/webshop/Order.pm
22 22 ], 23 23 }, 24 24 { 'attr' => 'delivery', 'type' => 'lookup', 'rusname' => 'Тип доставки', facilshow => 1, postshow => 1, 25 'allow_null' => 1, 25 26 'lookup_opts' => { 26 27 'class' => 'webshop::Delivery', 27 28 }, 28 29 }, 29 30 { 'attr' => 'pay_by', 'type' => 'lookup', 'rusname' => 'Тип оплаты', facilshow => 1, postshow => 1, 31 'allow_null' => 1, 30 32 'lookup_opts' => { 31 33 'class' => 'webshop::Payment', 32 34 },