complete first version of main proccess
This commit is contained in:
		
							parent
							
								
									6ff4740d04
								
							
						
					
					
						commit
						f2fc2362a7
					
				
					 61 changed files with 3280 additions and 28 deletions
				
			
		| 
						 | 
				
			
			@ -144,6 +144,7 @@ def get_customer_data(request, customer_id):
 | 
			
		|||
        'card_number': str(form['card_number']),
 | 
			
		||||
        'account_number': str(form['account_number']),
 | 
			
		||||
        'address': str(form['address']),
 | 
			
		||||
        'bank_name': str(form['bank_name']),
 | 
			
		||||
    }
 | 
			
		||||
    
 | 
			
		||||
    return JsonResponse({
 | 
			
		||||
| 
						 | 
				
			
			@ -157,7 +158,8 @@ def get_customer_data(request, customer_id):
 | 
			
		|||
            'national_code': customer.national_code or '',
 | 
			
		||||
            'card_number': customer.card_number or '',
 | 
			
		||||
            'account_number': customer.account_number or '',
 | 
			
		||||
            'address': customer.address or ''
 | 
			
		||||
            'address': customer.address or '',
 | 
			
		||||
            'bank_name': customer.bank_name or '',
 | 
			
		||||
        },
 | 
			
		||||
        'form_html': form_html
 | 
			
		||||
    })
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue