Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0015593Openbravo ERPA. Platformpublic2011-01-10 10:002011-01-10 13:12
egoitz 
alostale 
immediatemajoralways
closedfixed 
5
2.50MP25 
2.50MP262.50MP26 
Core
No
0015593: The date selectors don't wokr in mp25 in firefox
The date selectors don't wokr in mp25 in firefox
-Access to the application as Openbravo admin
-Go to Sales Managamente>Transaction>Sales Invoice
-Click on the date selector.
* It does not work.

If you have firebug enable you can see an error:


Calendar._TT is undefined
Calendar(d=1, c=null, f=selected(b, a), a=closeHandler(a))calendar.js (línea 1)
showCalendar(id="frmMain.inpdateinvoiced", value="22-02-2008", debug=false, format="%d-%m-%Y", showsTime="", showsOtherMonths=false)utils.js (línea 210)
onclick(event=click clientX=330, clientY=296)26 (línea 2)
[Interrumpir en este error] Calendar=function(d,c,f,a){this.active...rmat=Calendar._TT["DEF_DATE_FORMAT"];
No tags attached.
has duplicate defect 0016109 closed alostale Date picker in generated popups do not work 
blocks defect 00155922.50MP26 closed alostale The date selectors don't wokr in mp25 in firefox 
Issue History
2011-01-10 12:13alostaleTypedefect => backport
2011-01-10 12:13alostalefix_in_branch => 2.50
2011-01-10 12:22hgbotCheckin
2011-01-10 12:22hgbotNote Added: 0033563
2011-01-10 12:22hgbotStatusscheduled => resolved
2011-01-10 12:22hgbotResolutionopen => fixed
2011-01-10 12:22hgbotFixed in SCM revision => http://code.openbravo.com/erp/stable/2.50/rev/e0c6d68215435d02ec816463f60ef2fc88daa199 [^]
2011-01-10 13:12dbazStatusresolved => closed
2011-01-10 13:12dbazFixed in Version => 2.50MP26
2011-03-07 08:09alostaleRelationship addedhas duplicate 0016109

Notes
(0033563)
hgbot   
2011-01-10 12:22   
Repository: erp/stable/2.50
Changeset: e0c6d68215435d02ec816463f60ef2fc88daa199
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Mon Jan 10 12:22:26 2011 +0100
URL: http://code.openbravo.com/erp/stable/2.50/rev/e0c6d68215435d02ec816463f60ef2fc88daa199 [^]

fixed bug 15593: The date selectors don't work

  Do not add an extra / to the link url.
  Fixed the calendar-lang not to add an extra .. to access to the actual file.

---
M src/org/openbravo/erpCommon/utility/Utility.java
M web/js/jscalendar/lang/calendar-lang.js
---