Facility Address missing from prescriptions

Place it between line 62/63:


(needs to be within the Editing existing facility section)

also will need to change the query to:
sqlStatement("UPDATE users SET facility=? WHERE facility_id=?", array(trim($_POST['name']), trim($_POST['fid'])))

Thanks, @brady.miller:

@juggernautsei What’s that suppose to mean!

There are times when I am following a thread looking for an answer to a problem. Then the thread suddenly stops. Or, in the information, the writers say it works but don’t say what worked. Or, says thanks and I try the solution on the screen and it doesn’t work for me. I can go on but the point being @robert.down put the check box so that when we have clear solutions to a problem. It would make it easier for users to find those answers.
My aim was to make sure there was a clear solution. I was stepping out of the developer role and playing the role of someone who knows very little or no code. So, I was asking questions in that manner.
No offense intended.

I am sorry I didn’t back port my fix but I’m so use to being on git tip I don’t look back. Sometimes I don’t fully read the thread which I will remedy. No offence taken.

1 Like

Just an FYI, if you paste a link on a newline on the forums it’ll automatically create a “onebox” link. See below

yep, I replied because I mistakenly assumed the backport would be super simple. It’s currently not frequently straightforward to bring stuff back to 5.0.0 (this is a good thing, though, and means there’s been a lot of work done on the codebase; also means that it is time to start thinking about planning for release of 5.0.1, so then won’t need to worry as much about backporting :slight_smile: )
-brady

Not entirely true because there are those that are still using 4.2.2 because it is stable and reliable to them. They won’t upgrade to the latest and greatest ever because there is always the possibility of things not work right as we have seen recently.

But I know what you mean about back porting. It will have to be up to the ones that are behind to back port a fix if the error exist in the version being used by them.

3 posts were split to a new topic: Version life cycle