[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[6742] trunk
- Subject: SF.net SVN: ledger-smb:[6742] trunk
- From: ..hidden..
- Date: Tue, 4 Feb 2014 08:45:46 +0000
Revision: 6742
http://sourceforge.net/p/ledger-smb/code/6742
Author: einhverfr
Date: 2014-02-04 08:45:45 +0000 (Tue, 04 Feb 2014)
Log Message:
-----------
Removing significance of AR_tax and AP_tax link descriptions, to fix bug 919
Modified Paths:
--------------
trunk/LedgerSMB/AA.pm
trunk/UI/accounts/edit.html
Modified: trunk/LedgerSMB/AA.pm
===================================================================
--- trunk/LedgerSMB/AA.pm 2014-02-04 08:15:37 UTC (rev 6741)
+++ trunk/LedgerSMB/AA.pm 2014-02-04 08:45:45 UTC (rev 6742)
@@ -996,7 +996,7 @@
SELECT c.accno, c.description, t.rate, t.taxnumber
FROM chart c
JOIN tax t ON (c.id = t.chart_id)
- WHERE c.link LIKE '%${ARAP}_tax%'
+ WHERE true
$where
ORDER BY accno, validto|;
Modified: trunk/UI/accounts/edit.html
===================================================================
--- trunk/UI/accounts/edit.html 2014-02-04 08:15:37 UTC (rev 6741)
+++ trunk/UI/accounts/edit.html 2014-02-04 08:45:45 UTC (rev 6742)
@@ -253,16 +253,6 @@
} ?>
</div>
<div class="inputgroup">
- <?lsmb IF form.AR_tax; AR_tax = 'CHECKED'; END;
- INCLUDE input element_data={
- name = 'AR_tax',
- type = 'checkbox',
- label = text('Tax'),
- checked = AR_tax,
- value = 'AR_tax'
- } ?>
- </div>
- <div class="inputgroup">
<?lsmb IF form.AR_overpayment; AR_overpayment = 'CHECKED'; END;
INCLUDE input element_data={
name = 'AR_overpayment',
@@ -304,15 +294,6 @@
value = 'AP_paid'} ?>
</div>
<div class="inputgroup">
- <?lsmb IF form.AP_tax; AP_tax= 'CHECKED'; END;
- INCLUDE input element_data={
- name = 'AP_tax',
- type = 'checkbox',
- label = text('Tax'),
- checked = AP_tax,
- value = 'AP_tax'} ?>
- </div>
- <div class="inputgroup">
<?lsmb IF form.AP_overpayment; AP_overpayment= 'CHECKED'; END;
INCLUDE input element_data={
name = 'AP_overpayment',
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
_______________________________________________
Ledger-smb-commits mailing list
..hidden..
https://lists.sourceforge.net/lists/listinfo/ledger-smb-commits