[
https://issues.apache.org/jira/browse/OFBIZ-5558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13930305#comment-13930305
]
Jacques Le Roux commented on OFBIZ-5558:
----------------------------------------
Rong,
Some other remarks about this patch (apart the git format)
* Use 4 spaces instead of tabs
* Don't let you IDE fools you, use Debug.logError() instead of
{code}
+ // TODO Auto-generated catch block
+ e.printStackTrace();
{code}
* No needs to keep old lines commented out, just remove them
{code}
- formStringRenderer.renderDateTimeField(writer, context, this);
+ //formStringRenderer.renderDateTimeField(writer, context, this);
{code}
> View Calendar broken in Manufacturing
> -------------------------------------
>
> Key: OFBIZ-5558
> URL: https://issues.apache.org/jira/browse/OFBIZ-5558
> Project: OFBiz
> Issue Type: Bug
> Components: framework, manufacturing
> Reporter: Rong Nguyen
> Attachments: Marketting.patch
>
>
> Url:
> https://demo-trunk.ofbiz.apache.org:8443/manufacturing/control/EditCalendarExceptionDay?calendarId=SUPPLIER
> Calendar broken
> May be same as: https://issues.apache.org/jira/browse/OFBIZ-4739
--
This message was sent by Atlassian JIRA
(v6.2#6252)