mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Fix: Bad alignement of cells
This commit is contained in:
@@ -1634,7 +1634,7 @@ else
|
||||
*/
|
||||
$nbrows=9; $nbcols=2;
|
||||
if (! empty($conf->projet->enabled)) $nbrows++;
|
||||
if (! empty($conf->banque->enabled)) $nbcols++;
|
||||
if (! empty($conf->banque->enabled)) { $nbrows++; $nbcols++; }
|
||||
|
||||
// Local taxes
|
||||
if ($societe->localtax1_assuj=="1") $nbrows++;
|
||||
|
||||
@@ -21,8 +21,8 @@
|
||||
/**
|
||||
* \file htdocs/fourn/facture/note.php
|
||||
* \ingroup facture
|
||||
* \brief Fiche de notes sur une facture fournisseur
|
||||
*/
|
||||
* \brief Fiche de notes sur une facture fournisseur
|
||||
*/
|
||||
|
||||
require '../../main.inc.php';
|
||||
require_once DOL_DOCUMENT_ROOT.'/core/lib/fourn.lib.php';
|
||||
@@ -137,7 +137,7 @@ if ($object->id > 0)
|
||||
// Label
|
||||
print '<tr><td>'.$form->editfieldkey("Label",'label',$object->label,$object,0).'</td><td colspan="3">';
|
||||
print $form->editfieldval("Label",'label',$object->label,$object,0);
|
||||
print '</td>';
|
||||
print '</td></tr>';
|
||||
|
||||
print "</table>";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user