Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -1,14 +1,18 @@
|
||||
package queries
|
||||
|
||||
import "bssapp-backend/models"
|
||||
import (
|
||||
"bssapp-backend/models"
|
||||
"context"
|
||||
)
|
||||
|
||||
func getStatementsForPDF(
|
||||
ctx context.Context,
|
||||
accountCode string,
|
||||
startDate string,
|
||||
endDate string,
|
||||
parislemler []string,
|
||||
) ([]models.StatementHeader, error) {
|
||||
return GetStatements(models.StatementParams{
|
||||
return GetStatements(ctx, models.StatementParams{
|
||||
AccountCode: accountCode,
|
||||
StartDate: startDate,
|
||||
EndDate: endDate,
|
||||
|
||||
Reference in New Issue
Block a user