Reporting Functionality - Filter by Client
[habeas.git] / src / habeas / MainFrame.java
index 4c7d97b..ec3ce33 100644 (file)
@@ -192,7 +192,7 @@ public class MainFrame extends javax.swing.JFrame {
         // TODO add your handling code here:
         NoticesReportViewDialog frm = new NoticesReportViewDialog(this, false);
         String [] cols = {"Reference Number", "Description", "Bill Date", "Bill Amount", "Client"};
-        ArrayList<Object> data = Utility.getPendingPaymentBills ();
+        ArrayList<Object> data = Utility.getPendingPaymentBills (-1);
         if (data == null) {
             JOptionPane.showMessageDialog(this, ERROR_DISPLAYING_REPORT);
             return;