Commit 2c767a52 authored by steurwadkar's avatar steurwadkar

*** empty log message ***


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@105874 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 3fba5c1a
...@@ -5,5 +5,6 @@ import java.util.List; ...@@ -5,5 +5,6 @@ import java.util.List;
public abstract class BaseData public abstract class BaseData
{ {
public boolean isReverseCharge; public boolean isReverseCharge;
public List<Invoice> invoices; public List<Invoice> invoices;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment