Cleansing
This commit is contained in:
@@ -547,7 +547,7 @@ public class Invoice implements IExportableTransaction {
|
||||
return null;
|
||||
}
|
||||
|
||||
return ((TradeParty) getSender()).getAsTradeSettlement();
|
||||
return getSender().getAsTradeSettlement();
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user