Add extract cell functions.
[order_line_extra.git] / order_lines_view.php
index 1dc9f4d732dcb72b53763f7b5c352dc3ae1295a2..2b53170d4963c9a506ac64243591131b8eda3a6b 100644 (file)
@@ -72,7 +72,7 @@ if($customer_id) {
                'detail_id' => 'skip'
                ,       _("Order #") => array('fun'=>'view_link', 'ord' => '')
                ,_("Item Code") => array('ord' => '')
-               ,_("Quantity") => array('type' => 'qty')
+               ,_("Quantity") => array('type' => 'qty', 'dec' => 0)
        ,_("Required Date") => array('fun' => 'input_date_details', 'ord' => '')
        ,_("Comment") => array('fun' => 'input_comment_details', 'ord' => '')
        );
@@ -84,7 +84,7 @@ else {
 _("Customer") => array('ord' => '', 'fun' => 'customer_link'),
 _("Branch") => array('ord' => ''),
 _("Delivery Date") => array('ord' => '', 'type' => 'date'),
-_("Quantity") => array('ord' => ''),
+_("Quantity") => array('ord' => '', 'type' => 'qty', 'dec' => 0),
 _("Amount") => array('ord' => '', 'type' => 'amount'),
 _("required date") => array('ord' => '', 'type' => 'date'),
 _("Comments") => array('ord' => '', 'fun' => 'aggregate_comment'),
@@ -115,17 +115,6 @@ span.tooltip {
       background: rgb(255, 255, 255);
       border: 1px solid rgb(113, 157, 171);
 }
-.toto {
-      height: 20px;
-      line-height: 20px;
-      padding: 10px;
-      font-size: 14px;
-      text-align: center;
-      border: 4px solid rgb(255, 255, 255);
-      border-radius: 5px;
-      text-shadow: rgba(0, 0, 0, 0.1) 1px 1px 1px;
-      box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 2px 0px;
-}
 
 :hover + span.tooltip, span.tooltip:hover {
        display: inline;