! -> Note
$ -> Affected files
+19-Apr.2008 Joe Hunt
+# Bug (right to left text was done if price decimals were 3). A test sentense from a while
+ ago wasn't removed.
+$ /reporting/includes/pdf_report.inc
+
18-Apr-2008 Janusz Dobrowolski
# Additional checks on provisions and break point entry.
$ /sales/manage/sales_people.php
$fontinclude = true;
include($locale);
}
- //if ($this->rtl) // this is good for presentation only
if (!$own)
{
- if (user_price_dec() == 3) // only for presentation of farsi
- {
- $this->rtl = true;
- $path = $path_to_root . 'reporting/fonts/farsi_1.afm';
- }
- elseif ($style == 'italic')
+ if ($style == 'italic')
$path = $path_to_root . 'reporting/fonts/Helvetica-Oblique.afm';
elseif ($style == 'bold')
$path = $path_to_root . 'reporting/fonts/Helvetica-Bold.afm';