11.02.26
This commit is contained in:
@@ -77,6 +77,8 @@ class Party(metaclass=PoolMeta):
|
|||||||
return round(((sp[0].cost / Decimal(100)) * Decimal(2.2046)),4)
|
return round(((sp[0].cost / Decimal(100)) * Decimal(2.2046)),4)
|
||||||
|
|
||||||
def get_alf(self):
|
def get_alf(self):
|
||||||
|
if self.name == 'CARGO CONTROL':
|
||||||
|
return 105
|
||||||
t = Table('alf')
|
t = Table('alf')
|
||||||
cursor = Transaction().connection.cursor()
|
cursor = Transaction().connection.cursor()
|
||||||
cursor.execute(*t.select(
|
cursor.execute(*t.select(
|
||||||
|
|||||||
Reference in New Issue
Block a user