[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[5722] trunk/UI/Contact/divs/credit.html
- Subject: SF.net SVN: ledger-smb:[5722] trunk/UI/Contact/divs/credit.html
- From: ..hidden..
- Date: Sun, 28 Apr 2013 15:04:49 +0000
Revision: 5722
http://sourceforge.net/p/ledger-smb/code/5722
Author: ehuelsmann
Date: 2013-04-28 15:04:49 +0000 (Sun, 28 Apr 2013)
Log Message:
-----------
Fix label appearing as AP on the first vendor credit account.
Modified Paths:
--------------
trunk/UI/Contact/divs/credit.html
Modified: trunk/UI/Contact/divs/credit.html
===================================================================
--- trunk/UI/Contact/divs/credit.html 2013-04-28 14:27:11 UTC (rev 5721)
+++ trunk/UI/Contact/divs/credit.html 2013-04-28 15:04:49 UTC (rev 5722)
@@ -163,7 +163,7 @@
name = "ar_ap_account_id"
default_values = [credit_act.ar_ap_account_id]
options = ar_ap_acc_list
- label = text((account_class == 1) ? 'AP' : 'AR')
+ label = text((ec == 1) ? 'AP' : 'AR')
text_attr = "text"
value_attr = "id"
} ?>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.