[calc] if($CGI->{customer}) { $CGI->{item_id} = $CGI->{customer}; } if(! $CGI->{item_id} and $Session->{arg}) { $CGI->{item_id} = $CGI->{customer} = $Session->{arg}; } return if ! $CGI->{item_id}; if(! $CGI->{mv_data_table}) { $CGI->{ui_hide_key} = 1; $CGI->{mv_data_table} = 'userdb'; } if(! $CGI->{ui_data_fields}) { $CGI->{ui_data_fields} = 'username company b_fname b_lname b_address1 b_address2 b_city b_state b_zip b_country email phone_day phone_night'; } if(! $CGI->{ui_break_before}) { $CGI->{ui_break_before} = 'b_address1 email'; } return; [/calc] [if !cgi item_id] [bounce page="__UI_BASE__/customer"] [/if] @_UI_STD_DBEDIT_HEAD_@ [set ui_class]Customers[/set] [seti page_title]Customer billing information -- [cgi item_id][/seti] [seti page_banner]Customer billing information: [page href="__UI_BASE__/customer_view" form="customer=[cgi customer]"][cgi customer][/seti] [set help_name]customer.edit[/set] [set icon_name]admin/icon_people.gif[/set] @_UI_STD_HEAD_@

@_UI_STD_DBEDIT_TABLE_@ @_UI_STD_FOOTER_@