Comment 2 for bug 1104099

Revision history for this message
Amit Parik (amit-parik) wrote :

Hello Ignas,

Thanks for the pointing out this, This will pass server's start date on Bank statement instead of System's date.

Your fix looks good, but same problem exist when done the payment done from touch scrren ui. Please check the create_from_ui method on point_of_sale.py and see 'payment_date': time.strftime('%Y-%m-%d %H:%M:%S') which is also same as your suggested patch.

Thank you!