Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] account_ux: fecha de vencimiento en facturas #421

Closed
wants to merge 1 commit into from

Conversation

pablohmontenegro
Copy link
Contributor

Ticket: 63079
Si la factura no tiene término de pago y la misma tiene fecha de vencimiento anterior al día de hoy y la factura no tiene fecha entonces cuando se publica la factura, la fecha de vencimiento tiene que coincidir con la fecha de hoy.

@roboadhoc
Copy link

for inv in invoices_with_old_data_due:
if inv.invoice_date:
inv.invoice_date_due = inv.invoice_date
else:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pablohmontenegro esta sobrando este else? o esta mal identado?

@ica-adhoc
Copy link
Contributor

@roboadhoc r+

@roboadhoc
Copy link

@pablohmontenegro @ica-adhoc unable to stage: merge conflict

Ticket: 63079
Si la factura no tiene término de pago y la misma tiene fecha de vencimiento anterior al día de hoy y la factura no tiene fecha entonces cuando se publica la factura, la fecha de vencimiento tiene que coincidir con la fecha de hoy.
@ica-adhoc
Copy link
Contributor

@roboadhoc r+

@roboadhoc roboadhoc closed this in 7eb324b Jul 8, 2023
@roboadhoc roboadhoc temporarily deployed to merge July 8, 2023 01:30 Inactive
@roboadhoc roboadhoc added the 15.1 label Jul 8, 2023
@zaoral zaoral deleted the 16.0-h-63079-pam branch July 12, 2023 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants