mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-03 22:55:43 +00:00 
			
		
		
		
	Merge pull request #1908 from eeintech/fix_typo
Fixed typo for build responsible column header
This commit is contained in:
		@@ -927,7 +927,7 @@ function loadBuildTable(table, options) {
 | 
				
			|||||||
            },
 | 
					            },
 | 
				
			||||||
            {
 | 
					            {
 | 
				
			||||||
                field: 'responsible',
 | 
					                field: 'responsible',
 | 
				
			||||||
                title: '{% trans "Resposible" %}',
 | 
					                title: '{% trans "Responsible" %}',
 | 
				
			||||||
                sortable: true,
 | 
					                sortable: true,
 | 
				
			||||||
                formatter: function(value, row, index, field) {
 | 
					                formatter: function(value, row, index, field) {
 | 
				
			||||||
                    if (value)
 | 
					                    if (value)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user