X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=includes%2Fui%2Fcontacts_view.inc;h=968734f74c17003412dcd2aa083190a449463a08;hb=927ebef2443b6dda544056e33ec84b71d2bdb6c2;hp=07e3066deff1224036ee083cf95d2501ebcb09bb;hpb=7b398ba8033a22ceaf057692ea3b5338c8bd3ea7;p=fa-stable.git diff --git a/includes/ui/contacts_view.inc b/includes/ui/contacts_view.inc index 07e3066d..968734f7 100644 --- a/includes/ui/contacts_view.inc +++ b/includes/ui/contacts_view.inc @@ -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() { @@ -168,4 +167,3 @@ class contacts extends simple_crud { } } -?> \ No newline at end of file