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:
Dany De Bontridder 2013-11-28 13:50:39 +00:00
parent 6e038bfb92
commit f3488ac37a

View file

@ -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)".