Home
last modified time | relevance | path

Searched defs:DisplayFreight (Results 1 – 2 of 2) sorted by relevance

/dports/finance/weberp/webERP/
H A DPrintCustTrans.php462 $DisplayFreight = locale_number_format($myrow['ovfreight'],$myrow['decimalplaces']); variable
469 $DisplayFreight = locale_number_format(-$myrow['ovfreight'],$myrow['decimalplaces']); variable
1163 $DisplayFreight = locale_number_format($myrow['ovfreight'],$myrow['decimalplaces']); variable
1168 $DisplayFreight = locale_number_format(-$myrow['ovfreight'],$myrow['decimalplaces']); variable
H A DPrintCustTransPortrait.php458 $DisplayFreight = locale_number_format($myrow['ovfreight'],$myrow['decimalplaces']); variable
463 $DisplayFreight = locale_number_format(-$myrow['ovfreight'],$myrow['decimalplaces']); variable
1146 $DisplayFreight = locale_number_format($myrow['ovfreight'],$myrow['decimalplaces']); variable
1151 $DisplayFreight = locale_number_format(-$myrow['ovfreight'],$myrow['decimalplaces']); variable