fhiiqm/inc/info_dat_show.inc.php
changeset 31 0a1eb975fbd9
parent 29 72f79dab938e
child 36 4411d3239444
--- a/fhiiqm/inc/info_dat_show.inc.php	Fri Aug 31 14:22:20 2012 +0200
+++ b/fhiiqm/inc/info_dat_show.inc.php	Fri Nov 16 10:39:25 2012 +0100
@@ -142,6 +142,10 @@
                         echo "$leer<td>".$pname."&nbsp;&nbsp;&nbsp;Bemerkung: ".$inf["prio"][$inf["vpers"][$k]]."</td></tr>";    
                     }
                 }
+                if ($inf['ityp'] == 6 && strtolower(substr($inf['sort'],0,2)) == 'bk' && $inf['betr'])
+                {
+                    echo "<tr><td>KST: Obergrenze Bestellwert (&euro;):</td><td>".$inf['betr']."</td></tr>\n";   
+                }            
             }
             else
             {