Author: danydb
Date: 2012-02-08 20:00:18 +0100 (Wed, 08 Feb 2012)
New Revision: 4766
Modified:
phpcompta/tags/rel600/include/class_fiche.php
Log:
Double click on accounting gives the history of the accounting
Modified: phpcompta/tags/rel600/include/class_fiche.php
===================================================================
--- phpcompta/tags/rel600/include/class_fiche.php 2012-02-08 18:47:08 UTC
(rev 4765)
+++ phpcompta/tags/rel600/include/class_fiche.php 2012-02-08 19:00:18 UTC
(rev 4766)
@@ -431,6 +431,7 @@
$w=new IPoste("av_text".$attr->ad_id);
$w->set_attribute('ipopup','ipop_account');
$w->set_attribute('account',"av_text".$attr->ad_id);
+ $w->dbl_click_history();
// account created automatically
$sql="select account_auto($p_fiche_def)";
$ret_sql=$this->cn->exec_sql($sql);
@@ -587,6 +588,7 @@
$w = new IPoste("av_text" . $r->ad_id);
$w->set_attribute('ipopup',
'ipop_account');
$w->set_attribute('account', "av_text"
. $r->ad_id);
+ $w->dbl_click_history();
// account created automatically
$w->table = 0;
$w->value = $r->av_text;
@@ -651,6 +653,7 @@
$w = new
IPoste("av_text" . $r->ad_id);
$w->set_attribute('ipopup', 'ipop_account');
$w->set_attribute('account', "av_text" . $r->ad_id);
+ $w->dbl_click_history();
$w->width = $r->ad_size;
$w->table = 0;
$bulle =
HtmlInput::infobulle(14);
---
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