Commit 62664a4f authored by Gabriel Monnerat's avatar Gabriel Monnerat

erp5_accounting: Improve Delivery_localBuild to call invoice_builder_alarm...

erp5_accounting: Improve Delivery_localBuild to call invoice_builder_alarm only if exist, because in some projects this alarm does not exist
parent 5d41a76d
......@@ -51,7 +51,10 @@
<item>
<key> <string>_body</string> </key>
<value> <string>state_change[\'object\'].localBuild()\n
state_change.getPortal().portal_alarms.invoice_builder_alarm.activeSense()\n
alarm = getattr(state_change.getPortal().portal_alarms, "invoice_builder_alarm",\n
None)\n
if alarm is not None:\n
alarm.activeSense()\n
</string> </value>
</item>
<item>
......
2014-08-21 Gabriel Monnerat
* Improve Delivery_localBuild to call invoice_builder_alarm only if exist, because in some projects this alarm does not exist
2014-02-19 Arnaud Fontaine
* Move Constraint Property Sheets and Views to their proper bt5s.
......
1573
\ No newline at end of file
1574
\ No newline at end of file
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