środa, 21 listopada 2012

def _SortInvoiceDataList_(self, a, b):
cID1 = a.cID
cID2 = b.cID
if cID1 < cID2: return -1 else: return int(cID1 > cID2)

Brak komentarzy:

Prześlij komentarz