fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [8887] Property: filter on user for paid invoice


From: Sigurd Nes
Subject: [Fmsystem-commits] [8887] Property: filter on user for paid invoice
Date: Thu, 16 Feb 2012 08:59:16 +0000

Revision: 8887
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=8887
Author:   sigurdne
Date:     2012-02-16 08:59:16 +0000 (Thu, 16 Feb 2012)
Log Message:
-----------
Property: filter on user for paid invoice

Modified Paths:
--------------
    trunk/property/inc/class.boinvoice.inc.php

Modified: trunk/property/inc/class.boinvoice.inc.php
===================================================================
--- trunk/property/inc/class.boinvoice.inc.php  2012-02-16 08:22:48 UTC (rev 
8886)
+++ trunk/property/inc/class.boinvoice.inc.php  2012-02-16 08:59:16 UTC (rev 
8887)
@@ -79,7 +79,7 @@
                        }
                        else
                        {
-                               $user_lid = 'all';
+                               $user_lid = isset($_REQUEST['user_lid']) ? 
$user_lid : 'all';
                        }
 
                        if($voucher_id)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]