<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — user_list_cells Real name sometimes shows empty]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=8095&amp;type=atom" />
	<updated>2019-04-19T14:42:36Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=8095</id>
		<entry>
			<title type="html"><![CDATA[Re: user_list_cells Real name sometimes shows empty]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=34720#p34720" />
			<content type="html"><![CDATA[<p>Sure, thanks @apmuthu.</p><p>This has been re-committed. Fixed file <a href="https://sourceforge.net/p/frontaccounting/git/ci/master/tree/includes/ui/ui_lists.inc">here</a>.</p><p>/Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2019-04-19T14:42:36Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=34720#p34720</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: user_list_cells Real name sometimes shows empty]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=34719#p34719" />
			<content type="html"><![CDATA[<p>Should we not check if <strong>real_name</strong> is blank instead of a single space?</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2019-04-19T14:23:08Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=34719#p34719</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: user_list_cells Real name sometimes shows empty]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=34665#p34665" />
			<content type="html"><![CDATA[<p>Thanks @kvvaradha.</p><p>This has been fixed and committed to stable repo.</p><p>The fixed file can be downloaded <a href="https://sourceforge.net/p/frontaccounting/git/ci/master/tree/includes/ui/ui_lists.inc">here</a>.</p><p>Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2019-04-14T21:38:01Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=34665#p34665</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[user_list_cells Real name sometimes shows empty]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=34663#p34663" />
			<content type="html"><![CDATA[<p>Yes the real name is sometimes empty, users may skip to input real name, because its not mandatory,&nbsp; Incase if they didnt input, the <strong>user_list_cells</strong> function will be showing an empty list. so lets change the query to be like this.</p><div class="codebox"><pre><code> $sql = &quot; SELECT user_id, IF(real_name = &#039; &#039;, user_id, real_name) FROM &quot;.TB_PREF.&quot;users&quot;;</code></pre></div><p>suppose if the real name empty, it will show the user_id in it. which will avoid confusions</p>]]></content>
			<author>
				<name><![CDATA[kvvaradha]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19348</uri>
			</author>
			<updated>2019-04-14T06:27:52Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=34663#p34663</id>
		</entry>
</feed>
