Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Potential Translation Issue - SOLVED
11-30-2018, 03:36 AM, (This post was last modified: 11-30-2018, 04:35 AM by VortecCPI.)
#1
Potential Translation Issue - SOLVED
SupplierInvoice.php

Is what is shown below correct?
PHP Code:
_('PO'.$identifier
Should we mix values together?

PHP Code:
                        /*now the GRN suspense entry*/
                        
$SQL "INSERT INTO gltrans (type,
                                                    typeno,
                                                    trandate,
                                                    periodno,
                                                    account,
                                                    narrative,
                                                    amount)
                                            VALUES (25,
                                                '" 
$GRN "',
                                                '" 
FormatDateForSQL($DeliveryDate) . "',
                                                '" 
$PeriodNo "',
                                                '" 
$_SESSION['CompanyRecord']['grnact'] . "',
                                                '" 
_('PO'.$identifier) . ': ' $_SESSION['PO'.$identifier]->OrderNo ' ' $_SESSION['PO'.$identifier]->SupplierID ' - ' $OrderLine->StockID ' - ' DB_escape_string($OrderLine->ItemDescription) . ' x ' $OrderLine->ReceiveQty ' @ ' locale_number_format($UnitCost,$_SESSION['CompanyRecord']['decimalplaces']) . "',
                                                '" 
. -$UnitCost $OrderLine->ReceiveQty "'
                                                )"

https://www.linkedin.com/in/eclipsepaulbecker
Reply


Messages In This Thread
Potential Translation Issue - SOLVED - by VortecCPI - 11-30-2018, 03:36 AM
RE: Translation Issue? - by TimSchofield - 11-30-2018, 04:10 AM
RE: Translation Issue? - by VortecCPI - 11-30-2018, 04:13 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)