trans('Shipping') . ' ' . $object->ref . ' - ' . $langs->trans('Addenda'); $help_url = ''; llxHeader('', $title, $help_url); // Part to show record if ($id > 0) { $head = shipping_prepare_head($object); print dol_get_fiche_head($head, 'addenda', $langs->trans("Shipping"), -1, 'sending'); // Banner $linkback = '' . $langs->trans("BackToList") . ''; $morehtmlref = '
| ' . $langs->trans("Code") . ' | '; print '' . $langs->trans("Label") . ' | '; print '' . $langs->trans("Quantity") . ' | '; print '' . $langs->trans("UnitPrice") . ' | '; print '' . $langs->trans("IEPS") . ' % | '; print '' . $langs->trans("VAT") . ' % | '; print '' . $langs->trans("TotalHT") . ' | '; print '
| ' . $line->ref . ' | '; // Descripción print '' . $line->desc . ' | '; // Cantidad print '' . price($line->qty) . ' | '; // Precio unitario print '' . price($line->subprice) . ' | '; // IEPS print ''; print ($result > 0) ? price($expeditionDet->porcentaje_ieps) : '0'; print ' | '; // IVA print ''; print ($result > 0) ? price($expeditionDet->porcentaje_iva) : '0'; print ' | '; // Total print '' . price($line->total_ht) . ' | '; print '