Skip to content

Changes in getInvoiceDetails function

Reshma Atmaram Bhatawadekar requested to merge RESHMA/gkcore:viewinvoice into devel
  1. custsup state code is getting from gkcore to the gkwebapp.

  2. select query is changed (i.e. inOut = self.con.execute(select([stock.c.inout]).where(and_(stock.c.dcinvtnid==self.request.params["invid"], stock.c.dcinvtnflag==9))) )

Merge request reports