mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-15 00:06:22 +00:00
@@ -256,7 +256,7 @@ class JobCard(Document):
|
||||
count += 1
|
||||
|
||||
return count
|
||||
|
||||
|
||||
def get_workstation_based_on_available_slot(self, existing) -> Optional[str]:
|
||||
workstations = get_workstations(self.workstation_type)
|
||||
if workstations:
|
||||
|
||||
Reference in New Issue
Block a user