Commit bf3b80b2 authored by Aurel's avatar Aurel

last partition id is no longer set on app object but it's get from

partition table


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@665 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent a3497ce2
......@@ -503,7 +503,7 @@ class ServiceEventHandler(MasterEventHandler):
@identification_required
def handleAskLastIDs(self, conn, packet):
app = self.app
conn.answer(protocol.answerLastIDs(app.loid, app.ltid, app.lptid), packet)
conn.answer(protocol.answerLastIDs(app.loid, app.ltid, app.pt.getID()), packet)
@identification_required
def handleAskUnfinishedTransactions(self, conn, packet):
......
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