Skip to content
Snippets Groups Projects
Commit 72c3a320 authored by Nathanaël TRAVIER's avatar Nathanaël TRAVIER
Browse files

Update file clausesbannettes.md

parent b8ed449a
No related branches found
No related tags found
1 merge request!14Mise à jour arborescence
......@@ -17,4 +17,14 @@ tous les documents dont
# Bannette d'avis
## Avis séquentiels
### Avis séquentiel à donner
```status in ('EAVIS')
AND ((res_id, @user_id) IN (
SELECT res_id, item_id
FROM listinstance
WHERE difflist_type = 'AVIS_CIRCUIT'
AND process_date ISNULL
AND res_view_letterbox.res_id = res_id
ORDER BY listinstance_id asc limit 1))```
# Bannette de visa/signature
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment