mirror of
https://github.com/NaN-tic/trytond-aeat_347.git
synced 2023-12-14 02:03:00 +01:00
Fix bug when create registers for each tax identifier.
This commit is contained in:
parent
8f86b41943
commit
19d58471c0
1 changed files with 1 additions and 2 deletions
3
aeat.py
3
aeat.py
|
@ -330,8 +330,7 @@ class Report(Workflow, ModelSQL, ModelView):
|
|||
aeat_347_record as r
|
||||
WHERE
|
||||
r.fiscalyear = %s AND
|
||||
r.tax_identifier is not null AND
|
||||
r.tax_identifier = 'ESA08130502'
|
||||
r.tax_identifier is not null
|
||||
GROUP BY
|
||||
r.tax_identifier, r.operation_key
|
||||
HAVING
|
||||
|
|
Loading…
Reference in a new issue