Author: danydb Date: 2014-01-09 17:47:04 +0100 (Thu, 09 Jan 2014) New Revision: 656
Modified: trunk/ trunk/import_card/include/class_import_card.php Log: Merged revisions 592 via svnmerge from svn+ssh://[email protected]/svn_extension/tag/rel670 ........ r592 | danydb | 2013-11-28 14:47:36 +0100 (jeu., 28 nov. 2013) | 1 line Compute properly the quickcode ........ Property changes on: trunk ___________________________________________________________________ Name: svnmerge-integrated - /tag/rel670:1-581 + /tag/rel670:1-655 Modified: trunk/import_card/include/class_import_card.php =================================================================== --- trunk/import_card/include/class_import_card.php 2014-01-09 15:41:44 UTC (rev 655) +++ trunk/import_card/include/class_import_card.php 2014-01-09 16:47:04 UTC (rev 656) @@ -174,7 +174,7 @@ if ($valid_qcode == 0) { $attr = sprintf('av_text%d', ATTR_DEF_QUICKCODE); - $array[$attr] = 'FID'; + $array[$attr] = ''; } /* * Force the creating of an accounting --- 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
