change sheba to shaba
This commit is contained in:
@@ -46,7 +46,7 @@ class POSFreeProductSerializer(serializers.ModelSerializer):
|
||||
national_unique_id='1111111111'
|
||||
)
|
||||
main_company_bank_account = main_company.bank_information.first()
|
||||
representation['company_sheba'] = "IR" + main_company_bank_account.sheba
|
||||
representation['company_shaba'] = "IR" + main_company_bank_account.sheba # noqa
|
||||
|
||||
return representation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user