Merged revisions 5547 via svnmerge from
svn+ssh://danydb@ns352270.ovh.net/svn/phpcompta/tags/rel670 ........ r5547 | danydb | 2013-11-28 14:48:09 +0100 (jeu., 28 nov. 2013) | 1 line sort the array for fiche properly to have the name BEFORE quickcode and accounting ........
This commit is contained in:
parent
6e038bfb92
commit
f3488ac37a
1 changed files with 6 additions and 0 deletions
|
|
@ -741,6 +741,12 @@ class Fiche
|
|||
$this->id=$fiche_id;
|
||||
// first we create the card
|
||||
if ( $transaction) $this->cn->start();
|
||||
/*
|
||||
* Sort the array for having the name AFTER the quickcode and the
|
||||
* Accounting
|
||||
*/
|
||||
ksort($p_array);
|
||||
|
||||
try
|
||||
{
|
||||
$sql=sprintf("insert into fiche(f_id,fd_id)".
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue