Commit 02e7fd16 authored by Sebastien Robin's avatar Sebastien Robin

erp5_calendar: fixed typo in z_catalog_stock_list

parent 448056dc
...@@ -114,7 +114,7 @@ WHERE\n ...@@ -114,7 +114,7 @@ WHERE\n
getSourceSectionUid[loop_item],\n getSourceSectionUid[loop_item],\n
getSourceUid[loop_item],\n getSourceUid[loop_item],\n
getResourceUid[loop_item],\n getResourceUid[loop_item],\n
-(mov_item.getInventoriatedQuantity() or 0),\n (mov_item.getInventoriatedQuantity() or 0),\n
isCancellationAmount[loop_item],\n isCancellationAmount[loop_item],\n
isAccountable[loop_item],\n isAccountable[loop_item],\n
mov_item.getStopDate(),\n mov_item.getStopDate(),\n
......
381 382
\ No newline at end of file \ 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