Commit 82547d85 authored by msalla's avatar msalla

On confirmation of bill dicounting transaction, coin difference error is...

On confirmation of bill dicounting transaction, coin difference error is coming.  This bill discounting includes packing credit adjustment and amount in accounts detail

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@210877 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 51b02dc2
package ibase.webitm.ejb.fin;
import java.rmi.RemoteException;
import java.sql.Connection;
import org.w3c.dom.*;
import ibase.webitm.ejb.*;
import ibase.webitm.utility.ITMException;
@javax.ejb.Local
public interface BillDiscountingPostSaveRemote extends ValidatorLocal
{
public String postSave( String domString, String editFlag, String xtraParams,
Connection conn ) throws RemoteException,ITMException;
}
\ No newline at end of file
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