[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[6128] trunk/UI/lib/report_base.html
- Subject: SF.net SVN: ledger-smb:[6128] trunk/UI/lib/report_base.html
- From: ..hidden..
- Date: Mon, 14 Oct 2013 13:00:58 +0000
Revision: 6128
http://sourceforge.net/p/ledger-smb/code/6128
Author: tshvr
Date: 2013-10-14 13:00:58 +0000 (Mon, 14 Oct 2013)
Log Message:
-----------
employee_id should be person_id for diff UI/lib/report_base.html for invoice_outstanding to work
Modified Paths:
--------------
trunk/UI/lib/report_base.html
Modified: trunk/UI/lib/report_base.html
===================================================================
--- trunk/UI/lib/report_base.html 2013-10-14 07:45:32 UTC (rev 6127)
+++ trunk/UI/lib/report_base.html 2013-10-14 13:00:58 UTC (rev 6128)
@@ -209,7 +209,8 @@
BLOCK employee_row;
# DEFAULTS
IF ! SELECTNAME.defined;
- SELECTNAME = 'employee_id';
+ #SELECTNAME = 'employee_id';
+ SELECTNAME = 'person_id';
END;
FOREACH e IN employees;
e.text = e.first_name _ ' ' _ e.last_name;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
_______________________________________________
Ledger-smb-commits mailing list
..hidden..
https://lists.sourceforge.net/lists/listinfo/ledger-smb-commits