diff options
| author | unknown <it@fixcomart.co.id> | 2025-09-17 16:31:58 +0700 |
|---|---|---|
| committer | unknown <it@fixcomart.co.id> | 2025-09-17 16:31:58 +0700 |
| commit | eada77c97134dcbbbbbff43b4195a0e07cda4b86 (patch) | |
| tree | 4edb271db918e1e3b81bc227796f5940c745c51e /indoteknik_custom/views | |
| parent | aaff9c4fa47ca2ee114ab1dc3a8140aec300ce26 (diff) | |
(andri) fix
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/letter_receivable.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indoteknik_custom/views/letter_receivable.xml b/indoteknik_custom/views/letter_receivable.xml index 86c28765..98ea7768 100644 --- a/indoteknik_custom/views/letter_receivable.xml +++ b/indoteknik_custom/views/letter_receivable.xml @@ -35,8 +35,7 @@ string="Buat Surat Lanjutan" type="object" class="btn-primary" - - /> + attrs="{'invisible': ['|', ('state', '!=', 'sent'), ('perihal', '=', 'sp3')]}"/> <!-- <button name="action_send_letter" type="object" string="Email Send" class="btn-primary"/> --> </header> <div class="alert alert-info" |
