Merge branch 'dev' of https://gitea.verdnatura.es/verdnatura/salix into 2319_show_delivery_note
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
commit
3c2a392cb8
|
@ -9,7 +9,7 @@ class Controller extends Descriptor {
|
||||||
set entity(value) {
|
set entity(value) {
|
||||||
super.entity = value;
|
super.entity = value;
|
||||||
|
|
||||||
if (this.$params.sendSMS)
|
if (value && this.$params.sendSMS)
|
||||||
this.showSMSDialog();
|
this.showSMSDialog();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -99,8 +99,8 @@
|
||||||
</vn-td>
|
</vn-td>
|
||||||
<vn-td shrink>
|
<vn-td shrink>
|
||||||
<img
|
<img
|
||||||
ng-src="{{::$root.imagePath}}/50x50/{{sale.image}}"
|
ng-src="{{::$root.imagePath}}/catalog/50x50/{{sale.image}}"
|
||||||
zoom-image="{{::$root.imagePath}}/1600x900/{{sale.image}}"
|
zoom-image="{{::$root.imagePath}}/catalog/1600x900/{{sale.image}}"
|
||||||
on-error-src/>
|
on-error-src/>
|
||||||
</vn-td>
|
</vn-td>
|
||||||
<vn-td vn-focus number>
|
<vn-td vn-focus number>
|
||||||
|
|
Loading…
Reference in New Issue