temp by pass purchase

This commit is contained in:
mr
2026-04-22 10:24:06 +02:00
parent 6741e929cc
commit 94e3ebbdd9

View File

@@ -65,3 +65,7 @@ func (r *PurchaseResource) CanDelete() bool { // ENDBuyingDate is passed
} }
return false // only draft bookings can be deleted return false // only draft bookings can be deleted
} }
func (dca *PurchaseResource) ShouldVerifyAuth() bool {
return false // TEMP : by pass
}