mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2025-01-12 14:51:14 +01:00
verbindlichkeit steuersatz locked after freigabe
This commit is contained in:
parent
c582cc1423
commit
2e3a7e7b73
@ -61,10 +61,10 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td><button [SAVEDISABLED] name="submit" value="positionen_sachkonto_speichern" class="ui-button-icon" style="width:100%;">Anpassen</button></td>
|
<td><button [SAVEDISABLED] name="submit" value="positionen_sachkonto_speichern" class="ui-button-icon" style="width:100%;">Anpassen</button></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr [FREIGABEEINKAUFHIDDEN]>
|
||||||
<td>Steuersatz: <input type="text" id="positionen_steuersatz" name="positionen_steuersatz" value=""></td>
|
<td>Steuersatz: <input type="text" id="positionen_steuersatz" name="positionen_steuersatz" value=""></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr [FREIGABEEINKAUFHIDDEN]>
|
||||||
<td><button [SAVEDISABLED] name="submit" value="positionen_steuersatz_speichern" class="ui-button-icon" style="width:100%;">Anpassen</button></td>
|
<td><button [SAVEDISABLED] name="submit" value="positionen_steuersatz_speichern" class="ui-button-icon" style="width:100%;">Anpassen</button></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
@ -655,8 +655,8 @@ class Verbindlichkeit {
|
|||||||
break;
|
break;
|
||||||
case 'positionen_steuersatz_speichern':
|
case 'positionen_steuersatz_speichern':
|
||||||
|
|
||||||
$rechnungsfreigabe = $this->app->DB->Select("SELECT rechnungsfreigabe FROM verbindlichkeit WHERE id =".$id);
|
$freigabe = $this->app->DB->SelectArr("SELECT rechnungsfreigabe, freigabe FROM verbindlichkeit WHERE id =".$id)[0];
|
||||||
if ($rechnungsfreigabe) {
|
if ($freigabe['rechnungsfreigabe'] || $freigabe['freigabe']) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
// Process multi action
|
// Process multi action
|
||||||
|
Loading…
x
Reference in New Issue
Block a user