Fix billing_profile column in ajax call.

agranig/1_0_subfix
Andreas Granig 13 years ago
parent 884e3d6020
commit ecaf685e11

@ -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;

@ -4,7 +4,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;

Loading…
Cancel
Save