Fix references to Department.see_id field
				
					
				
			This commit is contained in:
		
							parent
							
								
									cb03dea6c1
								
							
						
					
					
						commit
						6bed4db1f6
					
				
					 2 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -39,7 +39,7 @@ class DepartmentView(CoreOfficeMasterView):
 | 
			
		|||
    route_prefix = 'corepos.departments'
 | 
			
		||||
 | 
			
		||||
    labels = {
 | 
			
		||||
        'dept_see_id': "See ID",
 | 
			
		||||
        'see_id': "See ID",
 | 
			
		||||
        'modified_by_id': "Modified by ID",
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -51,7 +51,7 @@ class DepartmentView(CoreOfficeMasterView):
 | 
			
		|||
        'limit',
 | 
			
		||||
        'minimum',
 | 
			
		||||
        'discount',
 | 
			
		||||
        'dept_see_id',
 | 
			
		||||
        'see_id',
 | 
			
		||||
        'modified',
 | 
			
		||||
        'modified_by_id',
 | 
			
		||||
        'margin',
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -57,7 +57,7 @@ class SuperDepartmentView(base.DepartmentView):
 | 
			
		|||
    ]
 | 
			
		||||
 | 
			
		||||
    row_labels = {
 | 
			
		||||
        'dept_see_id': "See ID",
 | 
			
		||||
        'see_id': "See ID",
 | 
			
		||||
        'modified_by_id': "Modified by ID",
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -69,7 +69,7 @@ class SuperDepartmentView(base.DepartmentView):
 | 
			
		|||
        'limit',
 | 
			
		||||
        'minimum',
 | 
			
		||||
        'discount',
 | 
			
		||||
        'dept_see_id',
 | 
			
		||||
        'see_id',
 | 
			
		||||
        'modified',
 | 
			
		||||
        'modified_by_id',
 | 
			
		||||
        'margin',
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue