[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] Shipping Wizard, etc.
Quoting Robert Wall (bob@web-walrus.com):
> I'm running Interchange 4.8.6. When I try to enter a Handling Charge in
> the shipping wizard, I get the following error message:
>
> failed pattern - '3.00' =~ ^\\d+(?:\\.\\d+)?\$
>
> I see that this has been posted to your discussion list in the past, I'm
> looking for the following information:
>
> 1) If anybody has developed a workaround, or is working on a
> workaround.
> 2) A quick pointer to where exactly in the source this glitch is
> caused, so I can go take a whack at fixing it.
>
Fixed in CVS a couple of days ago;
http://www.icdevgroup.org/bugs/show_bug.cgi?id=448
Just change
^\\d+(?:\\.\\d+)?\$
to
^\d+(?:\.\d+)?$
in a couple of files in lib/UI/pages/admin/wizard.
--
Mike Heins
Perusion -- Expert Interchange Consulting http://www.perusion.com/
phone +1.513.523.7621 <mike@perusion.com>
Any man who is under 30, and is not liberal, has not heart; and any man
who is over 30, and is not a conservative, has not brains.
-- Winston Churchill