Changeset 11f4b88
- Timestamp:
- Feb 7, 2012, 5:36:48 PM (11 years ago)
- Branches:
- master
- Children:
- b8c58c0
- Parents:
- 3e5e5b2
- Location:
- web
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
web/include/doc.realizaciya.php
r3e5e5b2 r11f4b88 2132 2132 LEFT JOIN `class_country` ON `class_country`.`id`=`doc_base`.`country` 2133 2133 WHERE `doc_list_pos`.`doc`='{$this->doc}'"); 2134 2134 if(mysql_errno()) throw new MysqlException("Не удалось выбрать список товаров"); 2135 2135 2136 2136 $pdf->SetY($y+18); … … 2143 2143 while($nxt=mysql_fetch_row($res)) 2144 2144 { 2145 if(!$nxt[11]) throw new Exception("Не допускается печать счёта-фактуры без указания страны происхождения товара"); 2146 2145 2147 if($this->doc_data[12]) 2146 2148 {
Note: See TracChangeset
for help on using the changeset viewer.