My favorites | Sign in
Project Home Downloads Wiki Issues Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?php

require_once dirname(__FILE__).'/../lib/documentGeneratorConfiguration.class.php';
require_once dirname(__FILE__).'/../lib/documentGeneratorHelper.class.php';

/**
* document actions.
*
* @package uninformed
* @subpackage document
* @author Your name here
* @version SVN: $Id: actions.class.php 23810 2009-11-12 11:07:44Z Kris.Wallsmith $
*/
class documentActions extends autoDocumentActions
{
public function executeAutocomplete($request)
{
// TODO: caution, code may be empty
return autocompleteHelper::executeAutocomplete($this, $request, 'Document', 'id', 'code');
}
}

Change log

r407 by lukas.smith on May 18, 2010   Diff
add todo note that code may be empty
Go to: 
Project members, sign in to write a code review

Older revisions

r156 by riedel.dennis on Mar 20, 2010   Diff
Initial commit of backend module
document for document filter in
addressee list. Adapted configuration
of addressee generator.yml.
All revisions of this file

File info

Size: 632 bytes, 21 lines
Powered by Google Project Hosting