From 100576e2ed0e03ac63b01a9d472b3f5d3b1753ae Mon Sep 17 00:00:00 2001 From: j-dimension Date: Thu, 24 Oct 2024 12:38:26 +0200 Subject: [PATCH] allow any invoice to be selected (e.g. for linking an incoming invoice) --- .../jlawyer/client/editors/files/CaseAccountEntryPanel.java | 1 - 1 file changed, 1 deletion(-) diff --git a/j-lawyer-client/src/com/jdimension/jlawyer/client/editors/files/CaseAccountEntryPanel.java b/j-lawyer-client/src/com/jdimension/jlawyer/client/editors/files/CaseAccountEntryPanel.java index 201cef54..b7b9db72 100644 --- a/j-lawyer-client/src/com/jdimension/jlawyer/client/editors/files/CaseAccountEntryPanel.java +++ b/j-lawyer-client/src/com/jdimension/jlawyer/client/editors/files/CaseAccountEntryPanel.java @@ -695,7 +695,6 @@ public class CaseAccountEntryPanel extends javax.swing.JPanel { /** * Creates new form CaseAccountEntryPanel - * @param parent */ public CaseAccountEntryPanel() { initComponents();