I think its here on line 376:
if (isset($_POST['OverRideTax']) and ($_POST['OverRideTax']=='Auto'
OR !isset($_POST['OverRideTax']))){
This is true if $_POST['OverRideTax'] is set or not set.
On Wed, Mar 25, 2009 at 1:32 PM, emdeex <emdeex@...> wrote:
> Hi Tim,
>
> I'm not sure about these latest mods to SupplierInvoice changing the
> OverRideTax and TaxCalculationOrder variables.
>
> I havn't yet worked out why, but my system stopped adding my default
> 10% GST to supplier invoices as soon as I made this CVS mod.
>
> I'll look into it, but if you can see the bug first, let me know...
>
> Murray
>
|