mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 21:25:42 +00:00 
			
		
		
		
	Unit fixes
This commit is contained in:
		| @@ -86,7 +86,6 @@ class ReportBase(models.Model): | ||||
|     def __str__(self): | ||||
|         return "{n} - {d}".format(n=self.name, d=self.description) | ||||
|  | ||||
|  | ||||
|     def getSubdir(self): | ||||
|         return '' | ||||
|  | ||||
|   | ||||
| @@ -3,8 +3,12 @@ | ||||
| <head> | ||||
|     <style> | ||||
|         @page { | ||||
|             {% block page_size %} | ||||
|             size: A4; | ||||
|             {% endblock %} | ||||
|             {% block page_margin %} | ||||
|             margin: 2cm; | ||||
|             {% endblock %} | ||||
|             font-family: Arial, Helvetica, sans-serif; | ||||
|             font-size: 75%; | ||||
|              | ||||
| @@ -50,8 +54,8 @@ | ||||
|             left: 0px; | ||||
|             position: fixed; | ||||
|             width: 100%; | ||||
|             {% endblock %} | ||||
|             margin-top: -2.5cm; | ||||
|             {% endblock %} | ||||
|         } | ||||
|  | ||||
|         .content { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user