~eventum-developers/eventum/trunk

« back to all changes in this revision

Viewing changes to docs/examples/htdocs/customer/example/customer_lookup.php

  • Committer: Bryan Alsdorf
  • Date: 2013-08-23 03:50:34 UTC
  • mto: (4033.1.168 eventum-skysql)
  • mto: This revision was merged to the branch mainline in revision 4660.
  • Revision ID: bryan@montyprogram.com-20130823035034-7f5r3pt1xg0xnnhk
Initial commit of CRM migration

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
}
44
44
 
45
45
if (@$_POST['cat'] == 'lookup') {
46
 
    $tpl->assign("results", Customer::lookup($prj_id, $_POST['field'], $_POST['value']));
 
46
    $tpl->assign("results", Customer_OLD::lookup($prj_id, $_POST['field'], $_POST['value']));
47
47
}
48
48
 
49
49
$tpl->displayTemplate();