trim trailing
This commit is contained in:
parent
f8e7d71ae8
commit
6cb0fb10d6
@ -139,4 +139,3 @@ class FormPropal
|
||||
print '</select>';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -409,5 +409,3 @@ function SendCKEditorResults ($callback, $sFileUrl, $customMsg = '')
|
||||
|
||||
echo '</script>';
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -191,5 +191,3 @@ function invoice_rec_prepare_head($object)
|
||||
|
||||
return $head;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -343,5 +343,3 @@ function rebuildObjectSql($destdir, $module, $objectname, $newmask, $readdir='',
|
||||
|
||||
return $error ? -1 : 1;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@ -520,4 +520,3 @@ function quotedPrintDecode($str)
|
||||
$out = quoted_printable_decode($out); // Available with PHP 4+
|
||||
return trim($out);
|
||||
}
|
||||
|
||||
|
||||
@ -169,4 +169,3 @@ class modPhpbarcode extends ModeleBarCode
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
@ -209,4 +209,3 @@ function chequereceipt_pdf_create($db, $id, $message, $modele, $outputlangs)
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -721,4 +721,3 @@ class pdf_strato extends ModelePDFContract
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
@ -1100,4 +1100,3 @@ class pdf_rouget extends ModelePdfExpedition
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
@ -919,4 +919,3 @@ class pdf_standard extends ModeleExpenseReport
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
@ -1843,4 +1843,3 @@ class pdf_crabe extends ModelePDFFactures
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
@ -732,4 +732,3 @@ class pdf_soleil extends ModelePDFFicheinter
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
@ -752,5 +752,3 @@ function cleansep($value)
|
||||
{
|
||||
return str_replace(array(',',';'),'/',$value);
|
||||
};
|
||||
|
||||
|
||||
|
||||
@ -953,4 +953,3 @@ class pdf_typhon extends ModelePDFDeliveryOrder
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
@ -144,4 +144,3 @@ class mailing_example extends MailingTargets
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
@ -222,4 +222,3 @@ class mailing_pomme extends MailingTargets
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
@ -1691,4 +1691,3 @@ class pdf_azur extends ModelePDFPropales
|
||||
return ($tab_hl*7);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -1147,4 +1147,3 @@ class pdf_standard extends ModelePDFStock
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
@ -1249,4 +1249,3 @@ class pdf_canelle extends ModelePDFSuppliersInvoices
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
@ -814,4 +814,3 @@ class pdf_standard extends ModelePDFSuppliersPayments
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
@ -1496,4 +1496,3 @@ class pdf_aurore extends ModelePDFSupplierProposal
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
@ -1,10 +1,10 @@
|
||||
<?php
|
||||
|
||||
require '../../../main.inc.php';
|
||||
require_once DOL_DOCUMENT_ROOT.'/product/inventory/class/inventory.class.php';
|
||||
require '../../../main.inc.php';
|
||||
require_once DOL_DOCUMENT_ROOT.'/product/inventory/class/inventory.class.php';
|
||||
|
||||
$get = GETPOST('get');
|
||||
$put = GETPOST('put');
|
||||
$get = GETPOST('get');
|
||||
$put = GETPOST('put');
|
||||
|
||||
switch ($put)
|
||||
{
|
||||
@ -48,4 +48,3 @@
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
@ -582,4 +582,3 @@ class Productlot extends CommonObject
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
@ -1176,4 +1176,3 @@ if ($action != 'create' && $action != 'edit' && $action != 'delete' && $id>0)
|
||||
llxFooter();
|
||||
|
||||
$db->close();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user