Revision 771

Date:
2019/04/16 20:52:46
Author:
ahitrov
Revision Log:
Show client ids for facility and postman

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 'postshow' => 1,
    95 'facilshow' => 1,
    94 96 'db_field' => 'google_id',
    95 97 'db_type' => 'varchar(32)',
    96 98 },
     
    98 100 'attr' => 'yandex_id',
    99 101 'type' => 'string',
    100 102 'rusname' => 'YandexID',
    103 'postshow' => 1,
    104 'facilshow' => 1,
    101 105 'db_field' => 'yandex_id',
    102 106 'db_type' => 'varchar(32)',
    103 107 },