From: Hani N. <ha...@na...> - 2004-09-11 23:33:50
|
Hi Phil, I have attached the DebtorsAtPeriodEnd.php with my modifications. I am not familiar with your code so I would appreciate if you could have a look at this and make sure I have not done anything stupid or missed things that should have been translated. I did notice a few things. 'includes/session.inc' includes 'includes/LanguageSetup.php' at the end of the file. This means that the language stuff breaks initially on a system that does not have gettext installed, since the _() function is not defined until the LanguageSetup is called but session.inc uses it before including LanguageSetup. In DebtorsAtPeriodEnd.php I moved the include session.php to the start of the script so I could set the title. I don't know what the implications of doing that are in your code. But I suspect I should not have done that! Could you let me know what the policy is for what includes I should use prior to setting the title? Hani Phil Daintree wrote: >*This message was transferred with a trial version of CommuniGate(tm) Pro* > > >>Once you guys settle on the approach I can give you a hand with some scripts >>although you would have to let me know which ones :) >> >> >> > >Hani, > >I noticed you kind offer and have pulled a couple off the list in >alpabetical order ... > >DebtorsAtPeriodEnd.php Hani >DeliveryDetails.php Hani >DiscountCategories.php Hani >DiscountMatrix.php Hani > > >Many thanks > >Phil > > > >------------------------------------------------------- >This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 >Project Admins to receive an Apple iPod Mini FREE for your judgement on >who ports your project to Linux PPC the best. Sponsored by IBM. >Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php >_______________________________________________ >Web-erp-developers mailing list >Web...@li... >https://lists.sourceforge.net/lists/listinfo/web-erp-developers > > > > |