Author: danydb
Date: 2011-05-16 00:00:31 +0200 (Mon, 16 May 2011)
New Revision: 4102
Modified:
phpcompta/branches/rel550/html/import.php
phpcompta/branches/rel550/include/import_inc.php
Log:
Fix bug import bank
Modified: phpcompta/branches/rel550/html/import.php
===================================================================
--- phpcompta/branches/rel550/html/import.php 2011-05-14 19:23:06 UTC (rev
4101)
+++ phpcompta/branches/rel550/html/import.php 2011-05-15 22:00:31 UTC (rev
4102)
@@ -27,6 +27,8 @@
include_once("user_menu.php");
include_once ("constant.php");
require_once('class_database.php');
+require_once('function_javascript.php');
+load_all_script();
require_once('class_dossier.php');
$gDossier=dossier::id();
Modified: phpcompta/branches/rel550/include/import_inc.php
===================================================================
--- phpcompta/branches/rel550/include/import_inc.php 2011-05-14 19:23:06 UTC
(rev 4101)
+++ phpcompta/branches/rel550/include/import_inc.php 2011-05-15 22:00:31 UTC
(rev 4102)
@@ -87,7 +87,7 @@
$w->jrn=$p_val['jrn'];
$w->name='poste'.$counter;
$w->extra='filter';
- $w->typecard='cred';
+ $w->typecard='deb';
$w->set_dblclick("fill_ipopcard(this);");
$w->set_attribute('ipopup','ipopcard');
$w->set_callback('filter_card');
_______________________________________________
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev