last task, cosmetic

prod
Dmitriy Shesterkin 9 years ago
parent 4bdc033a1a
commit d4eb5fce98
  1. 4
      src/customer/views/documents.py

@ -43,7 +43,7 @@ def create_payment_account(request, order_num=None):
}
obj_items = [{
'name': f'Лицензия на ПО Dokumentor на {lic.get_term()}',
'name': f'Лицензия на ПО Документор на {lic.get_term()}',
'units': 'услуги',
'qty': 1,
'price': lic.pay_sum,
@ -93,7 +93,7 @@ def create_certificate_of_completion(request, order_num=None):
}
obj_items = [{
'name': f'Лицензия на ПО Dokumentor на {lic.get_term()}',
'name': f'Лицензия на ПО Документор на {lic.get_term()}',
'units': 'услуги',
'qty': 1,
'price': lic.pay_sum,

Loading…
Cancel
Save