|
the value of $done is the value that is in the 'health_letter' field on the table `Edrs Activos` which theres only two options "Done" or "Pending" if the value is "Done" it should display "Done" with a link, if the value is "Pending" it should display "En Proceso" with a link, but its displaying "Incomplete" which is right too cause is displaying $info == "Traslado Guatemala". but i was hoping that even when $info is true $done takes priority because im doing the exact same thing in other table and its working fine.
|