X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fui%2Fcontacts_view.inc;h=21cbf4bd593654d810d599ded22e53e062481d2a;hb=de09a35c9e55aceaf1c71052cbb40f44e4b3bbc7;hp=07e3066deff1224036ee083cf95d2501ebcb09bb;hpb=46c5f7a65a7659a44ae8254c63152074363d3987;p=fa-stable.git diff --git a/includes/ui/contacts_view.inc b/includes/ui/contacts_view.inc index 07e3066d..21cbf4bd 100644 --- a/includes/ui/contacts_view.inc +++ b/includes/ui/contacts_view.inc @@ -36,7 +36,7 @@ class contacts extends simple_crud { $contacts = get_crm_persons($this->class, $this->subclass, $this->entity); // check_value('show_inactive')); - start_table(TABLESTYLE, "width=80%"); + start_table(TABLESTYLE, "width='80%'"); $th = array(_('Assignment'), _("Reference"), _("Full Name"), _("Phone"), _("Sec Phone"), _("Fax"), _("email"), '', @@ -123,8 +123,7 @@ class contacts extends simple_crud { function db_update() { return update_crm_person($this->selected_id, $_POST['ref'], $_POST['name'], $_POST['name2'], $_POST['address'], $_POST['phone'], $_POST['phone2'], $_POST['fax'], $_POST['email'], - $_POST['lang'], $_POST['notes'], $_POST['assgn'], $this->entity); - + $_POST['lang'], $_POST['notes'], $_POST['assgn'], $this->entity, $this->class); } function insert_check() {