forked from Wavyzz/dolibarr
fix
This commit is contained in:
@@ -134,7 +134,7 @@ if ($action == "addnote") {
|
||||
<input type="submit" class="button takepospay clearboth" value="OK" onclick="Save(); return false;">
|
||||
</form>
|
||||
<?php
|
||||
if ($action == 'freezone' && empty(getDolGlobalString("TAKEPOS_USE_DEFAULT_VATRATE_FOR_FREEZONE"))) {
|
||||
if ($action == 'freezone' && getDolGlobalString("TAKEPOS_USE_DEFAULT_VATRATE_FOR_FREEZONE") == 0) {
|
||||
require_once DOL_DOCUMENT_ROOT.'/core/class/html.form.class.php';
|
||||
|
||||
$form = new Form($db);
|
||||
|
||||
Reference in New Issue
Block a user