mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-14 20:17:14 +01:00
Bugfixes for project specific PDF background -> UPGRADE DB with database_compare
This commit is contained in:
parent
a3c253a13b
commit
6df7be74b7
File diff suppressed because it is too large
Load Diff
@ -41012,7 +41012,7 @@ function Firmendaten($field,$projekt="")
|
||||
}
|
||||
$orderBy = '';
|
||||
if($projekt > 0) {
|
||||
$orderBy = sprintf(' ORDER BY %d DESC ', (int)$projekt);
|
||||
$orderBy = ' ORDER BY projekt DESC';
|
||||
}
|
||||
return (int)$this->app->DB->Select(
|
||||
sprintf(
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -43,6 +43,20 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="row-height">
|
||||
<div class="col-xs-12 col-md-12 col-md-height">
|
||||
<div class="inside inside-full-height">
|
||||
<fieldset><legend>{|Briefpapier|}</legend>
|
||||
<table border="0" width="100%">
|
||||
<tr><td width="300">{|Eigenes Briefpapier für Projekt|}:</td><td>[SPEZIALLIEFERSCHEIN][MSGSPEZIALLIEFERSCHEIN]</td></tr>
|
||||
<tr><td>{|Beschriftung|}:</td><td>[SPEZIALLIEFERSCHEINBESCHRIFTUNG][MSGSPEZIALLIEFERSCHEINBESCHRIFTUNG]</td></tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="row-height">
|
||||
<div class="col-xs-12 col-md-12 col-md-height">
|
||||
|
Loading…
Reference in New Issue
Block a user