Fix total amount of extra hours in report
This commit is contained in:
parent
56fe23f8bc
commit
036551ba39
3 changed files with 9 additions and 7 deletions
|
|
@ -32,7 +32,6 @@ pub trait ExtraHoursDao {
|
|||
&self,
|
||||
sales_person_id: Uuid,
|
||||
year: u32,
|
||||
until_week: u8,
|
||||
) -> Result<Arc<[ExtraHoursEntity]>, crate::DaoError>;
|
||||
async fn create(&self, entity: &ExtraHoursEntity, process: &str)
|
||||
-> Result<(), crate::DaoError>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue