Code review comment for lp:~camptocamp/account-invoicing/7.0_fix_period_in_refund_mdh

Revision history for this message
Guewen Baconnier @ Camptocamp (gbaconnier-c2c) wrote :

This is surely nitpicking, but you can just write:

    if form.get('period'):

As get() will return a None if the key is not present.

I made this tiny change.

review: Approve

« Back to merge proposal