From f78f2b7d602f7250d7656563dd891dbd2641f014 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20=20MENAGER?= <herve.menager@pasteur.fr>
Date: Tue, 4 Dec 2018 20:53:14 +0100
Subject: [PATCH] correct Pfizer's rule for TPSA comment in compound card
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

must be >=75 Ã…


Former-commit-id: ac37561ed194d56b4c2889ba9f8467bcee2de90c
---
 ippisite/ippidb/templates/compound_card.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ippisite/ippidb/templates/compound_card.html b/ippisite/ippidb/templates/compound_card.html
index 5b3e9177..cfc385f6 100644
--- a/ippisite/ippidb/templates/compound_card.html
+++ b/ippisite/ippidb/templates/compound_card.html
@@ -96,7 +96,7 @@
                   <th scope="row">TPSA</th>
                   <td class="table-light"></td>
                   <td class="text-right {% if compound.veber_tpsa %}table-success{% else %}table-danger{% endif %}" title="TPSA <= 140">{{ compound.tpsa  }}</td>
-                  <td class="text-right {% if compound.pfizer_tpsa %}table-success{% else %}table-danger{% endif %}" title="TPSA <= 75">{{ compound.tpsa  }}</td>
+                  <td class="text-right {% if compound.pfizer_tpsa %}table-success{% else %}table-danger{% endif %}" title="TPSA >= 75">{{ compound.tpsa  }}</td>
                 </tr>
                 <tr>
                   <th scope="row">RB</th>
-- 
GitLab