a
This commit is contained in:
parent
ef763a6f8c
commit
da28e75220
|
|
@ -380,13 +380,13 @@
|
|||
<tr valign="top">
|
||||
<?php if($livre == "0") : ?>
|
||||
<?php if($codeMedicamentSubstitut>""): ?>
|
||||
<td width="5%" align='center'> <input type="button" value=" ... " onClick="javascript:substituer_medicament('<?= $idMedicament ?>','<?= $posologie ?>', '<?= $idDemandeSubstitution ?>','<?= $quantite ?>','<?= $codeMedicamentSubstitut ?>','<?= $idDetail ?>');"></td>
|
||||
<td width="5%" align='center'> <input type="button" value=" .-. " onClick="javascript:annuler_substit_medicament('<?= $idDetail ?>');"></td>
|
||||
<td align='center'> <input type="button" value=" ... " onClick="javascript:substituer_medicament('<?= $idMedicament ?>','<?= $posologie ?>', '<?= $idDemandeSubstitution ?>','<?= $quantite ?>','<?= $codeMedicamentSubstitut ?>','<?= $idDetail ?>');"></td>
|
||||
<td align='center'> <input type="button" value=" .-. " onClick="javascript:annuler_substit_medicament('<?= $idDetail ?>');"></td>
|
||||
<?php else: ?>
|
||||
<td width="10%" align='center'> <input type="button" value=" ... " onClick="javascript:substituer_medicament('<?= $idMedicament ?>','<?= $posologie ?>', '<?= $idDemandeSubstitution ?>','<?= $quantite ?>','<?= $codeMedicamentSubstitut ?>','<?= $idDetail ?>');"></td>
|
||||
<td colspan='2' align='center'> <input type="button" value=" ... " onClick="javascript:substituer_medicament('<?= $idMedicament ?>','<?= $posologie ?>', '<?= $idDemandeSubstitution ?>','<?= $quantite ?>','<?= $codeMedicamentSubstitut ?>','<?= $idDetail ?>');"></td>
|
||||
<?php endif; ?>
|
||||
<?php else: ?>
|
||||
<td width="10%" align='center'>S</td>
|
||||
<td colspan='2' width="10%" align='center'>S</td>
|
||||
<?php endif; ?>
|
||||
<?php if($substituable=="1") : ?>
|
||||
<td align='center' style="background-color: yellow;"> <?= $libelleMedicament . " => " . $nomSubstitut ?> </td>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user