Debug v16
This commit is contained in:
parent
604855bbc1
commit
74104285db
@ -48,7 +48,6 @@ ReceptionsNumberingModules=Numbering module for receptions
|
|||||||
ReceptionsReceiptModel=Document templates for receptions
|
ReceptionsReceiptModel=Document templates for receptions
|
||||||
NoMorePredefinedProductToDispatch=No more predefined products to dispatch
|
NoMorePredefinedProductToDispatch=No more predefined products to dispatch
|
||||||
ReceptionExist=A reception exists
|
ReceptionExist=A reception exists
|
||||||
ByingPrice=Bying price
|
|
||||||
ReceptionBackToDraftInDolibarr=Reception %s back to draft
|
ReceptionBackToDraftInDolibarr=Reception %s back to draft
|
||||||
ReceptionClassifyClosedInDolibarr=Reception %s classified Closed
|
ReceptionClassifyClosedInDolibarr=Reception %s classified Closed
|
||||||
ReceptionUnClassifyCloseddInDolibarr=Reception %s re-open
|
ReceptionUnClassifyCloseddInDolibarr=Reception %s re-open
|
||||||
@ -1029,7 +1029,7 @@ if ($action == 'create') {
|
|||||||
print '<td class="center">'.$langs->trans("QtyReceived").'</td>';
|
print '<td class="center">'.$langs->trans("QtyReceived").'</td>';
|
||||||
print '<td class="center">'.$langs->trans("QtyToReceive");
|
print '<td class="center">'.$langs->trans("QtyToReceive");
|
||||||
if (!empty($conf->global->STOCK_CALCULATE_ON_RECEPTION || $conf->global->STOCK_CALCULATE_ON_RECEPTION_CLOSE)) {
|
if (!empty($conf->global->STOCK_CALCULATE_ON_RECEPTION || $conf->global->STOCK_CALCULATE_ON_RECEPTION_CLOSE)) {
|
||||||
print '<td>'.$langs->trans("ByingPrice").'</td>';
|
print '<td>'.$langs->trans("BuyingPrice").'</td>';
|
||||||
}
|
}
|
||||||
if (empty($conf->productbatch->enabled)) {
|
if (empty($conf->productbatch->enabled)) {
|
||||||
print ' <br>(<a href="#" id="autofill">'.$langs->trans("Fill").'</a>';
|
print ' <br>(<a href="#" id="autofill">'.$langs->trans("Fill").'</a>';
|
||||||
@ -1184,7 +1184,7 @@ if ($action == 'create') {
|
|||||||
$defaultqty = GETPOST('qtyl'.$indiceAsked, 'int');
|
$defaultqty = GETPOST('qtyl'.$indiceAsked, 'int');
|
||||||
}
|
}
|
||||||
print '<input name="idl'.$indiceAsked.'" type="hidden" value="'.$line->id.'">';
|
print '<input name="idl'.$indiceAsked.'" type="hidden" value="'.$line->id.'">';
|
||||||
print '<input name="qtyl'.$indiceAsked.'" id="qtyl'.$indiceAsked.'" type="text" size="4" value="'.$deliverableQty.'">';
|
print '<input class="right" name="qtyl'.$indiceAsked.'" id="qtyl'.$indiceAsked.'" type="text" size="4" value="'.$deliverableQty.'">';
|
||||||
} else {
|
} else {
|
||||||
print $langs->trans("NA");
|
print $langs->trans("NA");
|
||||||
}
|
}
|
||||||
@ -1192,7 +1192,7 @@ if ($action == 'create') {
|
|||||||
|
|
||||||
if (!empty($conf->global->STOCK_CALCULATE_ON_RECEPTION) || !empty($conf->global->STOCK_CALCULATE_ON_RECEPTION_CLOSE)) {
|
if (!empty($conf->global->STOCK_CALCULATE_ON_RECEPTION) || !empty($conf->global->STOCK_CALCULATE_ON_RECEPTION_CLOSE)) {
|
||||||
print '<td>';
|
print '<td>';
|
||||||
print '<input name="cost_price'.$indiceAsked.'" id="cost_price'.$indiceAsked.'" value="'.$cost_price.'">';
|
print '<input class="width75 right" name="cost_price'.$indiceAsked.'" id="cost_price'.$indiceAsked.'" value="'.$cost_price.'">';
|
||||||
print '</td>';
|
print '</td>';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user