Skip to content

Commit

Permalink
Update directions/models.py
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
urchinpro and github-actions[bot] authored Jul 4, 2024
1 parent 126ce73 commit b0df565
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion directions/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -2244,7 +2244,6 @@ class ComplexResearchAccountPerson(models.Model):
patient_card = models.ForeignKey(Clients.Card, default=None, blank=True, null=True, help_text='Карта пациента', db_index=True, on_delete=models.SET_NULL)
models.DateTimeField(auto_now_add=True, help_text='Дата создания направления', db_index=True)


def __str__(self):
return f"{self.complex_research} {self.iss_list}"

Expand Down

0 comments on commit b0df565

Please sign in to comment.