Use a shorter key for column title
This commit is contained in:
parent
051d49732d
commit
99afa3a3e0
@ -662,14 +662,14 @@ class pdf_typhon extends ModelePDFDeliveryOrder
|
|||||||
$pdf->line($this->posxqty, $tab_top, $this->posxqty, $tab_top + $tab_height);
|
$pdf->line($this->posxqty, $tab_top, $this->posxqty, $tab_top + $tab_height);
|
||||||
if (empty($hidetop)) {
|
if (empty($hidetop)) {
|
||||||
$pdf->SetXY($this->posxqty, $tab_top+1);
|
$pdf->SetXY($this->posxqty, $tab_top+1);
|
||||||
$pdf->MultiCell($this->posxremainingqty - $this->posxqty, 2, $outputlangs->transnoentities("QtyShipped"),'','R');
|
$pdf->MultiCell($this->posxremainingqty - $this->posxqty, 2, $outputlangs->transnoentities("QtyShippedShort"),'','R');
|
||||||
}
|
}
|
||||||
|
|
||||||
// Remain to ship
|
// Remain to ship
|
||||||
$pdf->line($this->posxremainingqty, $tab_top, $this->posxremainingqty, $tab_top + $tab_height);
|
$pdf->line($this->posxremainingqty, $tab_top, $this->posxremainingqty, $tab_top + $tab_height);
|
||||||
if (empty($hidetop)) {
|
if (empty($hidetop)) {
|
||||||
$pdf->SetXY($this->posxremainingqty, $tab_top+1);
|
$pdf->SetXY($this->posxremainingqty, $tab_top+1);
|
||||||
$pdf->MultiCell($this->page_largeur-$this->marge_droite-$this->posxremainingqty, 2, $outputlangs->transnoentities("KeepToShip"),'','R');
|
$pdf->MultiCell($this->page_largeur-$this->marge_droite-$this->posxremainingqty, 2, $outputlangs->transnoentities("KeepToShipShort"),'','R');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -18,11 +18,13 @@ SendingCard=Shipment card
|
|||||||
NewSending=New shipment
|
NewSending=New shipment
|
||||||
CreateShipment=Create shipment
|
CreateShipment=Create shipment
|
||||||
QtyShipped=Qty shipped
|
QtyShipped=Qty shipped
|
||||||
|
QtyShippedShort=Qty ship.
|
||||||
QtyPreparedOrShipped=Qty prepared or shipped
|
QtyPreparedOrShipped=Qty prepared or shipped
|
||||||
QtyToShip=Qty to ship
|
QtyToShip=Qty to ship
|
||||||
QtyReceived=Qty received
|
QtyReceived=Qty received
|
||||||
QtyInOtherShipments=Qty in other shipments
|
QtyInOtherShipments=Qty in other shipments
|
||||||
KeepToShip=Remain to ship
|
KeepToShip=Remain to ship
|
||||||
|
KeepToShipShort=Remain
|
||||||
OtherSendingsForSameOrder=Other shipments for this order
|
OtherSendingsForSameOrder=Other shipments for this order
|
||||||
SendingsAndReceivingForSameOrder=Shipments and receipts for this order
|
SendingsAndReceivingForSameOrder=Shipments and receipts for this order
|
||||||
SendingsToValidate=Shipments to validate
|
SendingsToValidate=Shipments to validate
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user