Merge branch 'master' of ssh://gl.arguments.ru:2224/ak/anpdf

This commit is contained in:
arlemp@selectel.ru
2022-12-04 17:45:39 +03:00

View File

@@ -11,7 +11,6 @@
<?foreach ($books as $book):?> <?foreach ($books as $book):?>
<tr> <tr>
<td><?=$book['price_id']?></td> <td><?=$book['price_id']?></td>
<td><?=$book['pricename']?></td>
<?if ($book['author_id'] > 0 ):?> <?if ($book['author_id'] > 0 ):?>
<td><?=$book['author']?></td> <td><?=$book['author']?></td>
@@ -19,6 +18,8 @@
<td><?=$book['priceauthor']?></td> <td><?=$book['priceauthor']?></td>
<?endif?> <?endif?>
<td><?=$book['pricename']?></td>
</tr> </tr>
<?endforeach?> <?endforeach?>
</table> </table>