예제 #1
0
파일: dbretail.py 프로젝트: nomed/ebetl
    def disc(cls, price, disc):
        """"""

        return get_price_discount(price,disc)
예제 #2
0
파일: dbretail.py 프로젝트: nomed/ebetl
    def disc(self):
        """"""

        return get_price_discount(self.prezzonetto,self.stvariazionenetto)