Subversion Repositories SmartDukaan

Rev

Rev 11219 | Rev 11801 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11219 Rev 11751
Line 275... Line 275...
275
    
275
    
276
    /**
276
    /**
277
     * Change status of PO 
277
     * Change status of PO 
278
    */
278
    */
279
    void changePOStatus(1:i64 id, 2:POStatus poStatus)throws (1:PurchaseServiceException e);
279
    void changePOStatus(1:i64 id, 2:POStatus poStatus)throws (1:PurchaseServiceException e);
-
 
280
    
-
 
281
    /**
-
 
282
     * Get Purchase Return from Id
-
 
283
    */
-
 
284
    PurchaseReturn getPurchaseReturn(1:i64 id)throws (1:PurchaseServiceException e);
280
}
285
}