update accounting using location data uuid
This commit is contained in:
		@@ -165,6 +165,7 @@ def process_location_data():
 | 
				
			|||||||
                        hh_end=cli.location.happy_hour_end,
 | 
					                        hh_end=cli.location.happy_hour_end,
 | 
				
			||||||
                        pphh=desk.prize_hh,
 | 
					                        pphh=desk.prize_hh,
 | 
				
			||||||
                    )
 | 
					                    )
 | 
				
			||||||
 | 
					                    acc.reporter_uuid = ld.client_id
 | 
				
			||||||
                    acc.save()
 | 
					                    acc.save()
 | 
				
			||||||
                    ld.delete()
 | 
					                    ld.delete()
 | 
				
			||||||
                else:
 | 
					                else:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user