mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-11-04 01:12:08 +01:00 
			
		
		
		
	An activity entry transaction is not mandatory.
This commit is contained in:
		@@ -99,9 +99,10 @@ class Guest(models.Model):
 | 
				
			|||||||
        null=True,
 | 
					        null=True,
 | 
				
			||||||
    )
 | 
					    )
 | 
				
			||||||
    entry_transaction = models.ForeignKey(
 | 
					    entry_transaction = models.ForeignKey(
 | 
				
			||||||
        null=True,
 | 
					 | 
				
			||||||
        'note.Transaction',
 | 
					        'note.Transaction',
 | 
				
			||||||
        on_delete=models.PROTECT,
 | 
					        on_delete=models.PROTECT,
 | 
				
			||||||
 | 
					        blank=True,
 | 
				
			||||||
 | 
					        null=True,
 | 
				
			||||||
    )
 | 
					    )
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    class Meta:
 | 
					    class Meta:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user