コード例 #1
0
 def block_transactions_against_group_warehouse(self):
     from erpnext.stock.utils import is_group_warehouse
     is_group_warehouse(self.warehouse)
コード例 #2
0
	def block_transactions_against_group_warehouse(self):
		from erpnext.stock.utils import is_group_warehouse
		is_group_warehouse(self.warehouse)