Change order or field

This commit is contained in:
Laurent Destailleur
2017-12-02 11:34:56 +01:00
parent fa8b913d24
commit 7b47ef3ca1
2 changed files with 3 additions and 3 deletions

View File

@@ -352,8 +352,8 @@ function show_list_sending_receive($origin,$origin_id,$filter='')
foreach ($lines[$i]->detail_batch as $dbatch)
{
$detail.= $langs->trans("Batch").': '.$dbatch->batch;
$detail.= ' - '.$langs->trans("EatByDate").': '.dol_print_date($dbatch->eatby,"day");
$detail.= ' - '.$langs->trans("SellByDate").': '.dol_print_date($dbatch->sellby,"day");
$detail.= ' - '.$langs->trans("EatByDate").': '.dol_print_date($dbatch->eatby,"day");
$detail.= ' - '.$langs->trans("Qty").': '.$dbatch->dluo_qty;
$detail.= '<br>';
}