<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — how to make sure that columns table_section 2 or 3 does not show]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=8024&amp;type=atom" />
	<updated>2019-03-01T05:28:59Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=8024</id>
		<entry>
			<title type="html"><![CDATA[Re: how to make sure that columns table_section 2 or 3 does not show]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=34374#p34374" />
			<content type="html"><![CDATA[<p>where can i find this value to display none&nbsp; for the css? i can&#039;t find it anywhere&nbsp; wanted to know where to find this html link in all pages for link back wanted to edit. </p><div class="codebox"><pre><code>function hyperlink_back($center=true, $no_menu=true, $type_no=0, $trans_no=0, $final=false) ------&gt; where to find this link for back.?
{
    global $path_to_root;

    if ($center)
        echo &quot;&lt;center&gt;&quot;;
    $id = 0;    
    if ($no_menu &amp;&amp; $trans_no != 0)
    {
        include_once($path_to_root.&quot;/admin/db/attachments_db.inc&quot;);
        $id = has_attachment($type_no, $trans_no);
        $attach = get_attachment_string($type_no, $trans_no);
        echo $attach;
    }
    $width = ($id != 0 ? &quot;30%&quot; : &quot;20%&quot;);    
    start_table(false, &quot;width=&#039;$width&#039;&quot;);
    start_row();
    if ($no_menu)
    {
        echo &quot;&lt;td align=center&gt;&lt;a href=&#039;javascript:window.print();&#039;&gt;&quot;._(&quot;Print&quot;).&quot;&lt;/a&gt;&lt;/td&gt;\n&quot;;
    }    
    echo &quot;&lt;td align=center&gt;&lt;a href=&#039;javascript:goBack(&quot;.($final ? &#039;-3&#039; : &#039;&#039;).&quot;);&#039;&gt;&quot;.($no_menu ? _(&quot;Close&quot;) : _(&quot;Back&quot;)).&quot;&lt;/a&gt;&lt;/td&gt;\n&quot;;
    end_row();
    end_table();
    if ($center)
        echo &quot;&lt;/center&gt;&quot;;
    echo &quot;&lt;br&gt;&quot;;
}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[ryanayao]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=44492</uri>
			</author>
			<updated>2019-03-01T05:28:59Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=34374#p34374</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: how to make sure that columns table_section 2 or 3 does not show]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=34371#p34371" />
			<content type="html"><![CDATA[<p>Identify the form field names and make defaults for them and set the css style to display none.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2019-03-01T05:09:22Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=34371#p34371</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[how to make sure that columns table_section 2 or 3 does not show]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=34363#p34363" />
			<content type="html"><![CDATA[<p>hello im trying to not display table_section 2 or 3 on po_entry_items.php since it not needed in my program but everytime i try to modify something&nbsp; how to disabled the supplier_id with causing alot of errors like duplicate or make supplier input default&nbsp; or any column from table_section 2 or 3 to have insert as default.</p><p>ERROR The default stock location set up for this user is not a currently defined stock location. Your system administrator needs to amend your user record. what is this im trying to hide this but i get error.</p><div class="codebox"><pre><code>if (get_company_pref(&#039;use_dimension&#039;) == 2)
        dimensions_list_row(_(&#039;Dimension 2&#039;).&#039;:&#039;, &#039;dimension2&#039;, null, true, _(&#039;Default&#039;), false, 2);
    /* locations_list_row(_(&quot;Receive Into:&quot;), &#039;StkLocation&#039;, null, false, true, $order-&gt;fixed_asset); 
        hidden(&#039;fixed_asset&#039;, $order-&gt;fixed_asset); */</code></pre></div>]]></content>
			<author>
				<name><![CDATA[ryanayao]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=44492</uri>
			</author>
			<updated>2019-02-28T07:14:35Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=34363#p34363</id>
		</entry>
</feed>
