Add user_share support to invoices.
[xtuple] / enyo-client / extensions / source / billing / database / source / xt / tables / sharetype.sql
1 -- Invoice CRM Account's users.
2 delete from xt.sharetype where sharetype_tblname = 'share_users_invchead';
3 insert into xt.sharetype (
4   sharetype_nsname,
5   sharetype_tblname,
6   sharetype_col_obj_uuid,
7   sharetype_col_username
8 ) values (
9   'xt',
10   'share_users_invchead',
11   'obj_uuid',
12   'username'
13 );