mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-03 22:55:43 +00:00 
			
		
		
		
	PEP styling
This commit is contained in:
		@@ -810,6 +810,7 @@ class SalesOrder(Order):
 | 
				
			|||||||
    def pending_shipment_count(self):
 | 
					    def pending_shipment_count(self):
 | 
				
			||||||
        return self.pending_shipments().count()
 | 
					        return self.pending_shipments().count()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@receiver(post_save, sender=SalesOrder, dispatch_uid='build_post_save_log')
 | 
					@receiver(post_save, sender=SalesOrder, dispatch_uid='build_post_save_log')
 | 
				
			||||||
def after_save_sales_order(sender, instance: SalesOrder, created: bool, **kwargs):
 | 
					def after_save_sales_order(sender, instance: SalesOrder, created: bool, **kwargs):
 | 
				
			||||||
    """
 | 
					    """
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user