Home
last modified time | relevance | path

Searched refs:CurrencyResult (Results 1 – 3 of 3) sorted by relevance

/dports/finance/weberp/webERP/
H A DBankReconciliation.php45 $CurrencyResult = DB_query($SQL); variable
46 $CurrencyRow = DB_fetch_array($CurrencyResult);
182 $CurrencyResult = DB_query($SQL); variable
183 $CurrencyRow = DB_fetch_array($CurrencyResult);
H A DPDFPriceList.php458 $CurrencyResult=DB_query($sql); variable
460 while ($myrow=DB_fetch_array($CurrencyResult)) {
H A DSupplierTenders.php107 $CurrencyResult=DB_query($CurrencySQL); variable
108 $CurrencyRow=DB_fetch_array($CurrencyResult);