Hi Everybody !<br><br>Why in the code do we find :<br><br>Accounts.php and Account.php<br>Campaigns.php and Campaign.php<br>Emails.php and Email.php<br><br>Should we rely on the file with a &quot;s&quot; or the other file ?
<br><br>I had a look on the code to know wich files were updated by the developpers :<br>here for instance ( <a href="http://vtiger.fosslabs.com/cgi-bin/trac.cgi/browser/vtigercrm/branches/5.0.3/modules/Accounts?rev=9950">
http://vtiger.fosslabs.com/cgi-bin/trac.cgi/browser/vtigercrm/branches/5.0.3/modules/Accounts?rev=9950</a> )<br>You can see that Accounts.php is more recent that Account.php<br><br>So I said : &quot;Ok let's make it a rule to always rely on the file with the &quot;s&quot; at the end&quot;
<br><br>But this cannot be a rule, because when you look at the Invoice and the HelpDesk modules there are no file with a &quot;s&quot; at the end.<br>You can find Invoice.php but not Invoices.php.<br><br>What should we do ?
<br><br>David V.<br><br>