webERP Forum
Date on assets - Printable Version

+- webERP Forum (http://www.weberp.org/forum)
+-- Forum: webERP Discussion (http://www.weberp.org/forum/forumdisplay.php?fid=1)
+--- Forum: Problems / Bugs? (http://www.weberp.org/forum/forumdisplay.php?fid=8)
+--- Thread: Date on assets (/showthread.php?tid=1992)



Date on assets - jo lwebuga - 12-07-2013

Hello Friends

ERROR Message Report : The date does not appear to be in a valid format. The date being converted from SQL format was:

This error appears when adding assets, kindly help and locate the error

Thank you so much


RE: Date on assets - phil - 12-07-2013

What script?


RE: Date on assets - jo lwebuga - 12-11-2013

Solved

Script is webERP/FixedAssetItems.php
You need to make line 454 read

if (isset($AssetRow['disposaldate']) and $AssetRow['disposaldate'] !=
'0000-00-00'){






RE: Date on assets - phil - 12-11-2013

Thanks Jo ... fixed in the trunk :-)