Commit 43595976 authored by Jérome Perrin's avatar Jérome Perrin

Invoice: fallback to invoice date for payment term

parent f91c1f2c
......@@ -134,7 +134,7 @@ def getPaymentConditionText(order):\n
return translateString("${days} Days", mapping=dict(days=days))\n
elif end_of_month:\n
return translateString("End of Month") \n
return \'\'\n
return getOrderedDate(order.getStartDate())\n
\n
def getTaxLineList(order):\n
tax_line_list = [line for line in\n
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment