mcramer
2012-10-30 c4485fa99cee7c12be528ff44d5f255a7f09df77
interface/lib/plugins/clients_template_plugin.inc.php
@@ -29,6 +29,6 @@
        global $app;
        
        $app->uses('client_templates');
        $app->client_templates->apply_client_templates($page_form->id, $page_form->dataRecord);
        $app->client_templates->apply_client_templates($page_form->id);
    }
}