Revision 772

Date:
2019/04/16 20:55:18
Author:
ahitrov
Revision Log:
Only show for manager

Files:

Legend:

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

     
    91 91 'attr' => 'google_id',
    92 92 'type' => 'string',
    93 93 'rusname' => 'GoogleID',
    94 'manshow' => 1,
    94 95 'postshow' => 1,
    95 96 'facilshow' => 1,
    96 97 'db_field' => 'google_id',
     
    100 101 'attr' => 'yandex_id',
    101 102 'type' => 'string',
    102 103 'rusname' => 'YandexID',
    104 'manshow' => 1,
    103 105 'postshow' => 1,
    104 106 'facilshow' => 1,
    105 107 'db_field' => 'yandex_id',