Hi, Henri-Damien LAURENT wrote:
Greg Vickers a écrit :
Hi Mike,
Mike Dalgity wrote:
The comma that you're seeing in the Joined field is coming from the template. Should be a quick fix to edit that out.
Yes, thanks - I figured that out but forgot to take it out of the email, it looks like the comma is mean to be there in the template and does not affect the problem that we are having.
Thanks, Greg
Thanks for your details. My problem is that everything goes OK here. So I have problems tracing a problem I donot have.
you are not right when you say newmember on memberentry calls to newmember.pl Indeed, it calls newmember sub in Members.pm. And this procedure works as this :
<snip>
(Extract of C4::Members.pm from line 130 to line 150) using only Date::Calc module as you can see, and format_date_in_iso and not format_date or ParseDate.
... right, I'll check what I read, I may have traced the problem incorrectly.
What you pointed at can be a source of problems, I can fix it. But I have seen no code using newmember.pl. Are you creating a peculiar type of member (institution or child) ?
Creating an ordinary borrowing member. Thanks, Greg