Author: danydb
Date: 2014-01-05 19:38:15 +0100 (Sun, 05 Jan 2014)
New Revision: 645
Modified:
trunk/rapport_avance/include/class_rapav_listing_compute.php
Log:
Prob : missing 2 cols
Task #959 - Apr?\195?\169s g?\195?\169n?\195?\169ration : mauvais tri des
montants
Modified: trunk/rapport_avance/include/class_rapav_listing_compute.php
===================================================================
--- trunk/rapport_avance/include/class_rapav_listing_compute.php
2014-01-05 18:13:12 UTC (rev 644)
+++ trunk/rapport_avance/include/class_rapav_listing_compute.php
2014-01-05 18:38:15 UTC (rev 645)
@@ -210,7 +210,7 @@
$check_box=new ICheckBox("selected_card[]",
$fiche->lf_id);
echo td($check_box->input(),' sorttable_customkey="1" ');
}
- echo (($detail->ld_value_numeric !==
null)?td(nbm($detail->ld_value_numeric),'class="num"'):"");
+ echo (($detail->ld_value_numeric !==
null)?td(nbm($detail->ld_value_numeric),'
sorttable_customkey="'.$detail->ld_value_numeric.'"'.' class="num"'):"");
echo (($detail->ld_value_text !==
null)?td($detail->ld_value_text):"");
echo (($detail->ld_value_date!==
null)?td($detail->ld_value_date,'
sorttable_customkey="'.$detail->ld_value_date.'"'):"");
}
@@ -224,6 +224,10 @@
$href= "extension.raw.php?".http_build_query($arg);
echo td('<a href="'.$href.'">'.$fiche->lf_filename);
}
+ else
+ {
+ echo td();
+ }
if ( $fiche->lf_pdf != "")
{
$arg=array("gDossier"=>$_REQUEST['gDossier'],
@@ -234,6 +238,11 @@
$href= "extension.raw.php?".http_build_query($arg);
echo td('<a href="'.$href.'">'.$fiche->lf_pdf_filename);
}
+ else
+ {
+ echo td();
+ }
+
echo '</tr>';
}
echo '</table>';
---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu
_______________________________________________
Phpcompta est un logiciel libre de comptabilité en ligne
(http://www.phpcompta.eu)
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev