|
|
|
|
@ -5,7 +5,7 @@
|
|
|
|
|
helper.data = contracts;
|
|
|
|
|
helper.messages = messages;
|
|
|
|
|
helper.column_titles = [ '#', 'Contact #', 'Billing Profile #', 'Status' ];
|
|
|
|
|
helper.column_fields = [ 'id', 'contact_id', 'billing_profile_id', 'status' ];
|
|
|
|
|
helper.column_fields = [ 'id', 'contact_id', 'billing_profile', 'status' ];
|
|
|
|
|
|
|
|
|
|
helper.close_target = close_target;
|
|
|
|
|
helper.create_flag = create_flag;
|
|
|
|
|
|