Merged revisions 3879,3883-3893 via svnmerge from
file:///home/developper/svn/phpcompta/branches/rel530 ........ r3887 | danydb | 2010-12-27 22:48:49 +0100 (Mon, 27 Dec 2010) | 2 lines remove useless tags ........ r3888 | danydb | 2010-12-27 23:35:12 +0100 (Mon, 27 Dec 2010) | 2 lines Date in doc to generate ........ r3889 | danydb | 2010-12-28 00:13:19 +0100 (Tue, 28 Dec 2010) | 1 line Fix date problème in customer/supplier follow up ........ r3890 | danydb | 2010-12-28 01:09:39 +0100 (Tue, 28 Dec 2010) | 2 lines size align to right ........ r3891 | danydb | 2010-12-28 01:49:26 +0100 (Tue, 28 Dec 2010) | 2 lines order the attribute to add by name ........ r3892 | danydb | 2010-12-29 15:00:09 +0100 (Wed, 29 Dec 2010) | 2 lines Bug cannot clone forecast ........ r3893 | danydb | 2011-01-03 17:45:34 +0100 (Mon, 03 Jan 2011) | 1 line Order properly the audit ........
This commit is contained in:
parent
3b00e11181
commit
8dda6661c7
8 changed files with 21 additions and 16 deletions
|
|
@ -492,8 +492,8 @@ class Document
|
|||
$r=' Date inconnue ';
|
||||
// Date are in $_REQUEST['ag_date']
|
||||
// or $_POST['e_date']
|
||||
if ( isset ($_REQUEST['ag_date']))
|
||||
$r=$_REQUEST['ag_date'];
|
||||
if ( isset ($_REQUEST['ag_timestamp']))
|
||||
$r=$_REQUEST['ag_timestamp'];
|
||||
if ( isset ($_REQUEST['e_date']))
|
||||
$r=$_REQUEST['e_date'];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue